Skip to content
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

Update OpenAPI 3.1 Descriptions #3051

Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -95723,7 +95723,7 @@
"properties": {
"actor_id": {
"type": "integer",
"description": "The ID of the actor that can bypass a ruleset"
"description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`."
},
"actor_type": {
"type": "string",
Expand Down Expand Up @@ -104262,7 +104262,7 @@
"string",
"null"
],
"description": "The commit SHA of the CodeQL databases repository at time of database creation."
"description": "The commit SHA of the repository at the time the CodeQL database was created."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68527,7 +68527,8 @@ components:
properties:
actor_id:
type: integer
description: The ID of the actor that can bypass a ruleset
description: The ID of the actor that can bypass a ruleset. If `actor_type`
is `OrganizationAdmin`, this should be `1`.
actor_type:
type: string
enum:
Expand Down Expand Up @@ -74670,8 +74671,8 @@ components:
type:
- string
- 'null'
description: The commit SHA of the CodeQL databases repository at time of
database creation.
description: The commit SHA of the repository at the time the CodeQL database
was created.
required:
- id
- name
Expand Down
4 changes: 2 additions & 2 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -95723,7 +95723,7 @@
"properties": {
"actor_id": {
"type": "integer",
"description": "The ID of the actor that can bypass a ruleset"
"description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`."
},
"actor_type": {
"type": "string",
Expand Down Expand Up @@ -104262,7 +104262,7 @@
"string",
"null"
],
"description": "The commit SHA of the CodeQL databases repository at time of database creation."
"description": "The commit SHA of the repository at the time the CodeQL database was created."
}
},
"required": [
Expand Down
7 changes: 4 additions & 3 deletions descriptions-next/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68527,7 +68527,8 @@ components:
properties:
actor_id:
type: integer
description: The ID of the actor that can bypass a ruleset
description: The ID of the actor that can bypass a ruleset. If `actor_type`
is `OrganizationAdmin`, this should be `1`.
actor_type:
type: string
enum:
Expand Down Expand Up @@ -74670,8 +74671,8 @@ components:
type:
- string
- 'null'
description: The commit SHA of the CodeQL databases repository at time of
database creation.
description: The commit SHA of the repository at the time the CodeQL database
was created.
required:
- id
- name
Expand Down
Loading