Skip to content

Commit

Permalink
Merge pull request #3511 from github/openapi-update-926ce29c2755f3ee9…
Browse files Browse the repository at this point in the history
…6c6cb9ae498ce292175d7a1fddc50418f2467a9953513a7

Update OpenAPI 3.0 Descriptions
  • Loading branch information
shiftkey authored Apr 10, 2024
2 parents d9682f8 + f6d7afe commit b91a0d7
Show file tree
Hide file tree
Showing 32 changed files with 416 additions and 416 deletions.
6 changes: 3 additions & 3 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -97556,10 +97556,10 @@
"actor_type": {
"type": "string",
"enum": [
"RepositoryRole",
"Team",
"Integration",
"OrganizationAdmin"
"OrganizationAdmin",
"RepositoryRole",
"Team"
],
"description": "The type of actor that can bypass a ruleset"
},
Expand Down
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71137,10 +71137,10 @@ components:
actor_type:
type: string
enum:
- RepositoryRole
- Team
- Integration
- OrganizationAdmin
- RepositoryRole
- Team
description: The type of actor that can bypass a ruleset
bypass_mode:
type: string
Expand Down
6 changes: 3 additions & 3 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -97556,10 +97556,10 @@
"actor_type": {
"type": "string",
"enum": [
"RepositoryRole",
"Team",
"Integration",
"OrganizationAdmin"
"OrganizationAdmin",
"RepositoryRole",
"Team"
],
"description": "The type of actor that can bypass a ruleset"
},
Expand Down
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71137,10 +71137,10 @@ components:
actor_type:
type: string
enum:
- RepositoryRole
- Team
- Integration
- OrganizationAdmin
- RepositoryRole
- Team
description: The type of actor that can bypass a ruleset
bypass_mode:
type: string
Expand Down
Loading

0 comments on commit b91a0d7

Please sign in to comment.