Skip to content

Commit 84f6f5d

Browse files
authored
Merge of #9291
2 parents 1564de7 + da9f95a commit 84f6f5d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

public/api-schemas.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"example": {
3838
"id": "e155518c-ca1b-443c-9be9-fe90fdab7345",
3939
"name": "an application name",
40+
"scope": "admin",
4041
"account_scope": {
4142
"id": 123456,
4243
"login": "Mergifyio"
@@ -3637,13 +3638,22 @@
36373638
},
36383639
"account_scope": {
36393640
"$ref": "#/components/schemas/ApplicationAccountScope"
3641+
},
3642+
"scope": {
3643+
"type": "string",
3644+
"enum": [
3645+
"admin",
3646+
"ci"
3647+
],
3648+
"title": "Scope"
36403649
}
36413650
},
36423651
"type": "object",
36433652
"required": [
36443653
"id",
36453654
"name",
3646-
"account_scope"
3655+
"account_scope",
3656+
"scope"
36473657
],
36483658
"title": "ApplicationResponse"
36493659
},

0 commit comments

Comments
 (0)