Skip to content

repo sync #17125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 56 additions & 5 deletions lib/rest/static/decorated/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -45821,31 +45821,78 @@
"properties": {
"type": {
"type": "string",
"description": "The type of reviewer. Must be one of: `User` or `Team`",
"description": "<p>The type of reviewer. Must be one of: <code>User</code> or <code>Team</code></p>",
"enum": [
"User",
"Team"
],
"examples": [
"User"
]
],
"name": "type",
"in": "body",
"rawType": "string",
"rawDescription": "The type of reviewer. Must be one of: `User` or `Team`",
"childParamsGroups": []
},
"id": {
"type": "integer",
"description": "The id of the user or team who can review the deployment",
"description": "<p>The id of the user or team who can review the deployment</p>",
"examples": [
4532992
]
],
"name": "id",
"in": "body",
"rawType": "integer",
"rawDescription": "The id of the user or team who can review the deployment",
"childParamsGroups": []
}
}
},
"name": "reviewers",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.",
"childParamsGroups": []
"childParamsGroups": [
{
"parentName": "reviewers",
"parentType": "items",
"id": "reviewers-items",
"params": [
{
"type": "string",
"description": "<p>The type of reviewer. Must be one of: <code>User</code> or <code>Team</code></p>",
"enum": [
"User",
"Team"
],
"examples": [
"User"
],
"name": "type",
"in": "body",
"rawType": "string",
"rawDescription": "The type of reviewer. Must be one of: `User` or `Team`",
"childParamsGroups": []
},
{
"type": "integer",
"description": "<p>The id of the user or team who can review the deployment</p>",
"examples": [
4532992
],
"name": "id",
"in": "body",
"rawType": "integer",
"rawDescription": "The id of the user or team who can review the deployment",
"childParamsGroups": []
}
]
}
]
},
{
"type": "object or null",
Expand Down Expand Up @@ -64929,6 +64976,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -65098,6 +65146,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -65296,6 +65345,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -65530,6 +65580,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down
4 changes: 4 additions & 0 deletions lib/rest/static/decorated/ghes-3.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -50041,6 +50041,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -50209,6 +50210,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -50405,6 +50407,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -50636,6 +50639,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down
61 changes: 56 additions & 5 deletions lib/rest/static/decorated/ghes-3.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -34195,31 +34195,78 @@
"properties": {
"type": {
"type": "string",
"description": "The type of reviewer. Must be one of: `User` or `Team`",
"description": "<p>The type of reviewer. Must be one of: <code>User</code> or <code>Team</code></p>",
"enum": [
"User",
"Team"
],
"examples": [
"User"
]
],
"name": "type",
"in": "body",
"rawType": "string",
"rawDescription": "The type of reviewer. Must be one of: `User` or `Team`",
"childParamsGroups": []
},
"id": {
"type": "integer",
"description": "The id of the user or team who can review the deployment",
"description": "<p>The id of the user or team who can review the deployment</p>",
"examples": [
4532992
]
],
"name": "id",
"in": "body",
"rawType": "integer",
"rawDescription": "The id of the user or team who can review the deployment",
"childParamsGroups": []
}
}
},
"name": "reviewers",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.",
"childParamsGroups": []
"childParamsGroups": [
{
"parentName": "reviewers",
"parentType": "items",
"id": "reviewers-items",
"params": [
{
"type": "string",
"description": "<p>The type of reviewer. Must be one of: <code>User</code> or <code>Team</code></p>",
"enum": [
"User",
"Team"
],
"examples": [
"User"
],
"name": "type",
"in": "body",
"rawType": "string",
"rawDescription": "The type of reviewer. Must be one of: `User` or `Team`",
"childParamsGroups": []
},
{
"type": "integer",
"description": "<p>The id of the user or team who can review the deployment</p>",
"examples": [
4532992
],
"name": "id",
"in": "body",
"rawType": "integer",
"rawDescription": "The id of the user or team who can review the deployment",
"childParamsGroups": []
}
]
}
]
},
{
"type": "object or null",
Expand Down Expand Up @@ -51745,6 +51792,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -51914,6 +51962,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -52112,6 +52161,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -52346,6 +52396,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down
61 changes: 56 additions & 5 deletions lib/rest/static/decorated/ghes-3.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -34333,31 +34333,78 @@
"properties": {
"type": {
"type": "string",
"description": "The type of reviewer. Must be one of: `User` or `Team`",
"description": "<p>The type of reviewer. Must be one of: <code>User</code> or <code>Team</code></p>",
"enum": [
"User",
"Team"
],
"examples": [
"User"
]
],
"name": "type",
"in": "body",
"rawType": "string",
"rawDescription": "The type of reviewer. Must be one of: `User` or `Team`",
"childParamsGroups": []
},
"id": {
"type": "integer",
"description": "The id of the user or team who can review the deployment",
"description": "<p>The id of the user or team who can review the deployment</p>",
"examples": [
4532992
]
],
"name": "id",
"in": "body",
"rawType": "integer",
"rawDescription": "The id of the user or team who can review the deployment",
"childParamsGroups": []
}
}
},
"name": "reviewers",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.",
"childParamsGroups": []
"childParamsGroups": [
{
"parentName": "reviewers",
"parentType": "items",
"id": "reviewers-items",
"params": [
{
"type": "string",
"description": "<p>The type of reviewer. Must be one of: <code>User</code> or <code>Team</code></p>",
"enum": [
"User",
"Team"
],
"examples": [
"User"
],
"name": "type",
"in": "body",
"rawType": "string",
"rawDescription": "The type of reviewer. Must be one of: `User` or `Team`",
"childParamsGroups": []
},
{
"type": "integer",
"description": "<p>The id of the user or team who can review the deployment</p>",
"examples": [
4532992
],
"name": "id",
"in": "body",
"rawType": "integer",
"rawDescription": "The id of the user or team who can review the deployment",
"childParamsGroups": []
}
]
}
]
},
{
"type": "object or null",
Expand Down Expand Up @@ -52000,6 +52047,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -52169,6 +52217,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -52367,6 +52416,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down Expand Up @@ -52601,6 +52651,7 @@
"name": "scopes",
"in": "body",
"rawType": [
"array",
"null"
],
"rawDescription": "A list of scopes that this authorization is in.",
Expand Down
Loading