Skip to content

Commit

Permalink
Update OpenAPI 3.1 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Oct 9, 2023
1 parent 31e3181 commit 30aa716
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 100 deletions.
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

0 comments on commit 30aa716

Please sign in to comment.