Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Oct 9, 2023
1 parent 3f51dc0 commit b6ea83e
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 100 deletions.
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -94252,7 +94252,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 @@ -102431,7 +102431,7 @@
},
"commit_oid": {
"type": "string",
"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.",
"nullable": true
}
},
Expand Down
7 changes: 4 additions & 3 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68041,7 +68041,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 @@ -74364,8 +74365,8 @@ components:
header must be set to the value of the `content_type` property.
commit_oid:
type: string
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.
nullable: true
required:
- id
Expand Down
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -94252,7 +94252,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 @@ -102431,7 +102431,7 @@
},
"commit_oid": {
"type": "string",
"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.",
"nullable": true
}
},
Expand Down
7 changes: 4 additions & 3 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68041,7 +68041,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 @@ -74364,8 +74365,8 @@ components:
header must be set to the value of the `content_type` property.
commit_oid:
type: string
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.
nullable: true
required:
- id
Expand Down
Loading

0 comments on commit b6ea83e

Please sign in to comment.