We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1564de7 + da9f95a commit 84f6f5dCopy full SHA for 84f6f5d
public/api-schemas.json
@@ -37,6 +37,7 @@
37
"example": {
38
"id": "e155518c-ca1b-443c-9be9-fe90fdab7345",
39
"name": "an application name",
40
+ "scope": "admin",
41
"account_scope": {
42
"id": 123456,
43
"login": "Mergifyio"
@@ -3637,13 +3638,22 @@
3637
3638
},
3639
3640
"$ref": "#/components/schemas/ApplicationAccountScope"
3641
+ },
3642
+ "scope": {
3643
+ "type": "string",
3644
+ "enum": [
3645
+ "admin",
3646
+ "ci"
3647
+ ],
3648
+ "title": "Scope"
3649
}
3650
3651
"type": "object",
3652
"required": [
3653
"id",
3654
"name",
- "account_scope"
3655
+ "account_scope",
3656
+ "scope"
3657
],
3658
"title": "ApplicationResponse"
3659
0 commit comments