You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// description: filter by type (issues / pulls) if set
210
211
// type: string
212
+
// - name: milestones
213
+
// in: query
214
+
// description: comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded
215
+
// type: string
211
216
// - name: page
212
217
// in: query
213
218
// description: page number of results to return (1-based)
Copy file name to clipboardExpand all lines: templates/swagger/v1_json.tmpl
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3768,6 +3768,12 @@
3768
3768
"name": "type",
3769
3769
"in": "query"
3770
3770
},
3771
+
{
3772
+
"type": "string",
3773
+
"description": "comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded",
3774
+
"name": "milestones",
3775
+
"in": "query"
3776
+
},
3771
3777
{
3772
3778
"type": "integer",
3773
3779
"description": "page number of results to return (1-based)",
0 commit comments