Skip to content

Commit b6ea83e

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 3f51dc0 commit b6ea83e

16 files changed

+112
-100
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94252,7 +94252,7 @@
9425294252
"properties": {
9425394253
"actor_id": {
9425494254
"type": "integer",
94255-
"description": "The ID of the actor that can bypass a ruleset"
94255+
"description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`."
9425694256
},
9425794257
"actor_type": {
9425894258
"type": "string",
@@ -102431,7 +102431,7 @@
102431102431
},
102432102432
"commit_oid": {
102433102433
"type": "string",
102434-
"description": "The commit SHA of the CodeQL databases repository at time of database creation.",
102434+
"description": "The commit SHA of the repository at the time the CodeQL database was created.",
102435102435
"nullable": true
102436102436
}
102437102437
},

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68041,7 +68041,8 @@ components:
6804168041
properties:
6804268042
actor_id:
6804368043
type: integer
68044-
description: The ID of the actor that can bypass a ruleset
68044+
description: The ID of the actor that can bypass a ruleset. If `actor_type`
68045+
is `OrganizationAdmin`, this should be `1`.
6804568046
actor_type:
6804668047
type: string
6804768048
enum:
@@ -74364,8 +74365,8 @@ components:
7436474365
header must be set to the value of the `content_type` property.
7436574366
commit_oid:
7436674367
type: string
74367-
description: The commit SHA of the CodeQL databases repository at time of
74368-
database creation.
74368+
description: The commit SHA of the repository at the time the CodeQL database
74369+
was created.
7436974370
nullable: true
7437074371
required:
7437174372
- id

descriptions/api.github.com/api.github.com.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94252,7 +94252,7 @@
9425294252
"properties": {
9425394253
"actor_id": {
9425494254
"type": "integer",
94255-
"description": "The ID of the actor that can bypass a ruleset"
94255+
"description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`."
9425694256
},
9425794257
"actor_type": {
9425894258
"type": "string",
@@ -102431,7 +102431,7 @@
102431102431
},
102432102432
"commit_oid": {
102433102433
"type": "string",
102434-
"description": "The commit SHA of the CodeQL databases repository at time of database creation.",
102434+
"description": "The commit SHA of the repository at the time the CodeQL database was created.",
102435102435
"nullable": true
102436102436
}
102437102437
},

descriptions/api.github.com/api.github.com.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68041,7 +68041,8 @@ components:
6804168041
properties:
6804268042
actor_id:
6804368043
type: integer
68044-
description: The ID of the actor that can bypass a ruleset
68044+
description: The ID of the actor that can bypass a ruleset. If `actor_type`
68045+
is `OrganizationAdmin`, this should be `1`.
6804568046
actor_type:
6804668047
type: string
6804768048
enum:
@@ -74364,8 +74365,8 @@ components:
7436474365
header must be set to the value of the `content_type` property.
7436574366
commit_oid:
7436674367
type: string
74367-
description: The commit SHA of the CodeQL databases repository at time of
74368-
database creation.
74368+
description: The commit SHA of the repository at the time the CodeQL database
74369+
was created.
7436974370
nullable: true
7437074371
required:
7437174372
- id

0 commit comments

Comments
 (0)