File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ func ListRepoNotifications(ctx *context.APIContext) {
65
65
// - name: all
66
66
// in: query
67
67
// description: If true, show notifications marked as read. Default value is false
68
- // type: string
68
+ // type: boolean
69
69
// - name: status-types
70
70
// in: query
71
71
// description: "Show notifications with the provided status types. Options are: unread, read and/or pinned. Defaults to unread & pinned"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func ListNotifications(ctx *context.APIContext) {
27
27
// - name: all
28
28
// in: query
29
29
// description: If true, show notifications marked as read. Default value is false
30
- // type: string
30
+ // type: boolean
31
31
// - name: status-types
32
32
// in: query
33
33
// description: "Show notifications with the provided status types. Options are: unread, read and/or pinned. Defaults to unread & pinned."
Original file line number Diff line number Diff line change 630
630
"operationId": "notifyGetList",
631
631
"parameters": [
632
632
{
633
- "type": "string ",
633
+ "type": "boolean ",
634
634
"description": "If true, show notifications marked as read. Default value is false",
635
635
"name": "all",
636
636
"in": "query"
6839
6839
"required": true
6840
6840
},
6841
6841
{
6842
- "type": "string ",
6842
+ "type": "boolean ",
6843
6843
"description": "If true, show notifications marked as read. Default value is false",
6844
6844
"name": "all",
6845
6845
"in": "query"
You can’t perform that action at this time.
0 commit comments