Skip to content

Commit 64d72b4

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 3f51dc0 commit 64d72b4

16 files changed

+112
-100
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95723,7 +95723,7 @@
9572395723
"properties": {
9572495724
"actor_id": {
9572595725
"type": "integer",
95726-
"description": "The ID of the actor that can bypass a ruleset"
95726+
"description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`."
9572795727
},
9572895728
"actor_type": {
9572995729
"type": "string",
@@ -104262,7 +104262,7 @@
104262104262
"string",
104263104263
"null"
104264104264
],
104265-
"description": "The commit SHA of the CodeQL databases repository at time of database creation."
104265+
"description": "The commit SHA of the repository at the time the CodeQL database was created."
104266104266
}
104267104267
},
104268104268
"required": [

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68527,7 +68527,8 @@ components:
6852768527
properties:
6852868528
actor_id:
6852968529
type: integer
68530-
description: The ID of the actor that can bypass a ruleset
68530+
description: The ID of the actor that can bypass a ruleset. If `actor_type`
68531+
is `OrganizationAdmin`, this should be `1`.
6853168532
actor_type:
6853268533
type: string
6853368534
enum:
@@ -74670,8 +74671,8 @@ components:
7467074671
type:
7467174672
- string
7467274673
- 'null'
74673-
description: The commit SHA of the CodeQL databases repository at time of
74674-
database creation.
74674+
description: The commit SHA of the repository at the time the CodeQL database
74675+
was created.
7467574676
required:
7467674677
- id
7467774678
- name

descriptions-next/api.github.com/api.github.com.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95723,7 +95723,7 @@
9572395723
"properties": {
9572495724
"actor_id": {
9572595725
"type": "integer",
95726-
"description": "The ID of the actor that can bypass a ruleset"
95726+
"description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`."
9572795727
},
9572895728
"actor_type": {
9572995729
"type": "string",
@@ -104262,7 +104262,7 @@
104262104262
"string",
104263104263
"null"
104264104264
],
104265-
"description": "The commit SHA of the CodeQL databases repository at time of database creation."
104265+
"description": "The commit SHA of the repository at the time the CodeQL database was created."
104266104266
}
104267104267
},
104268104268
"required": [

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68527,7 +68527,8 @@ components:
6852768527
properties:
6852868528
actor_id:
6852968529
type: integer
68530-
description: The ID of the actor that can bypass a ruleset
68530+
description: The ID of the actor that can bypass a ruleset. If `actor_type`
68531+
is `OrganizationAdmin`, this should be `1`.
6853168532
actor_type:
6853268533
type: string
6853368534
enum:
@@ -74670,8 +74671,8 @@ components:
7467074671
type:
7467174672
- string
7467274673
- 'null'
74673-
description: The commit SHA of the CodeQL databases repository at time of
74674-
database creation.
74674+
description: The commit SHA of the repository at the time the CodeQL database
74675+
was created.
7467574676
required:
7467674677
- id
7467774678
- name

0 commit comments

Comments
 (0)