Skip to content

Commit

Permalink
Openapi 3.0 ghae (#26400)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Mar 22, 2022
1 parent e591ffe commit dfe1692
Show file tree
Hide file tree
Showing 7 changed files with 628,929 additions and 402,189 deletions.
20 changes: 20 additions & 0 deletions lib/rest/static/apps/enabled-for-apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -14387,6 +14387,26 @@
"slug": "get-a-deployment-status",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
},
{
"slug": "get-all-environments",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments"
},
{
"slug": "get-an-environment",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"slug": "create-or-update-an-environment",
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"slug": "delete-an-environment",
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
}
],
"emojis": [
Expand Down
Loading

0 comments on commit dfe1692

Please sign in to comment.