Skip to content

Commit

Permalink
reorder bypass_actors.actor_type enum values to be in alphabetical or…
Browse files Browse the repository at this point in the history
…der (#674)

WIP octokit/openapi updated
  • Loading branch information
octokitbot committed Apr 15, 2024
1 parent 8c5b9ca commit 22cfc11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions scripts/update-endpoints/generated/ghe311-endpoints.json
Expand Up @@ -47721,7 +47721,7 @@
"in": "BODY",
"type": "string",
"required": true,
"enum": ["RepositoryRole", "Team", "Integration", "OrganizationAdmin"],
"enum": ["Integration", "OrganizationAdmin", "RepositoryRole", "Team"],
"allowNull": false,
"mapToData": null,
"validation": null,
Expand Down Expand Up @@ -48565,7 +48565,7 @@
"in": "BODY",
"type": "string",
"required": true,
"enum": ["RepositoryRole", "Team", "Integration", "OrganizationAdmin"],
"enum": ["Integration", "OrganizationAdmin", "RepositoryRole", "Team"],
"allowNull": false,
"mapToData": null,
"validation": null,
Expand Down Expand Up @@ -60522,7 +60522,7 @@
"in": "BODY",
"type": "string",
"required": true,
"enum": ["RepositoryRole", "Team", "Integration", "OrganizationAdmin"],
"enum": ["Integration", "OrganizationAdmin", "RepositoryRole", "Team"],
"allowNull": false,
"mapToData": null,
"validation": null,
Expand Down Expand Up @@ -61482,7 +61482,7 @@
"in": "BODY",
"type": "string",
"required": true,
"enum": ["RepositoryRole", "Team", "Integration", "OrganizationAdmin"],
"enum": ["Integration", "OrganizationAdmin", "RepositoryRole", "Team"],
"allowNull": false,
"mapToData": null,
"validation": null,
Expand Down
8 changes: 4 additions & 4 deletions scripts/update-endpoints/generated/ghe312-endpoints.json
Expand Up @@ -48308,7 +48308,7 @@
"in": "BODY",
"type": "string",
"required": true,
"enum": ["RepositoryRole", "Team", "Integration", "OrganizationAdmin"],
"enum": ["Integration", "OrganizationAdmin", "RepositoryRole", "Team"],
"allowNull": false,
"mapToData": null,
"validation": null,
Expand Down Expand Up @@ -49152,7 +49152,7 @@
"in": "BODY",
"type": "string",
"required": true,
"enum": ["RepositoryRole", "Team", "Integration", "OrganizationAdmin"],
"enum": ["Integration", "OrganizationAdmin", "RepositoryRole", "Team"],
"allowNull": false,
"mapToData": null,
"validation": null,
Expand Down Expand Up @@ -61485,7 +61485,7 @@
"in": "BODY",
"type": "string",
"required": true,
"enum": ["RepositoryRole", "Team", "Integration", "OrganizationAdmin"],
"enum": ["Integration", "OrganizationAdmin", "RepositoryRole", "Team"],
"allowNull": false,
"mapToData": null,
"validation": null,
Expand Down Expand Up @@ -62445,7 +62445,7 @@
"in": "BODY",
"type": "string",
"required": true,
"enum": ["RepositoryRole", "Team", "Integration", "OrganizationAdmin"],
"enum": ["Integration", "OrganizationAdmin", "RepositoryRole", "Team"],
"allowNull": false,
"mapToData": null,
"validation": null,
Expand Down

0 comments on commit 22cfc11

Please sign in to comment.