Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
github-openapi-bot committed Apr 9, 2024
1 parent 100282f commit f6d7afe
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
@@ -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"
},
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
@@ -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
6 changes: 3 additions & 3 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
@@ -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"
},
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit f6d7afe

Please sign in to comment.