Skip to content

Commit 0126d74

Browse files
authored
Update openapi_operations.yaml (#3772)
1 parent da0feca commit 0126d74

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

openapi_operations.yaml

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ operation_overrides:
2727
documentation_url: https://docs.github.com/rest/pages/pages#request-a-github-pages-build
2828
- name: GET /repos/{owner}/{repo}/pages/builds/{build_id}
2929
documentation_url: https://docs.github.com/rest/pages/pages#get-github-pages-build
30-
openapi_commit: 234cc58968e2c29eb8583e6be10186c3371b7c4e
30+
openapi_commit: dee4dc2b1ab40c75c2ae562e4300503b632f4424
3131
openapi_operations:
3232
- name: GET /
3333
documentation_url: https://docs.github.com/rest/meta/meta#github-api-root
@@ -3218,6 +3218,36 @@ openapi_operations:
32183218
openapi_files:
32193219
- descriptions/api.github.com/api.github.com.json
32203220
- descriptions/ghec/ghec.json
3221+
- name: GET /orgs/{org}/settings/immutable-releases
3222+
documentation_url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization
3223+
openapi_files:
3224+
- descriptions/api.github.com/api.github.com.json
3225+
- descriptions/ghec/ghec.json
3226+
- name: PUT /orgs/{org}/settings/immutable-releases
3227+
documentation_url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization
3228+
openapi_files:
3229+
- descriptions/api.github.com/api.github.com.json
3230+
- descriptions/ghec/ghec.json
3231+
- name: GET /orgs/{org}/settings/immutable-releases/repositories
3232+
documentation_url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement
3233+
openapi_files:
3234+
- descriptions/api.github.com/api.github.com.json
3235+
- descriptions/ghec/ghec.json
3236+
- name: PUT /orgs/{org}/settings/immutable-releases/repositories
3237+
documentation_url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement
3238+
openapi_files:
3239+
- descriptions/api.github.com/api.github.com.json
3240+
- descriptions/ghec/ghec.json
3241+
- name: DELETE /orgs/{org}/settings/immutable-releases/repositories/{repository_id}
3242+
documentation_url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization
3243+
openapi_files:
3244+
- descriptions/api.github.com/api.github.com.json
3245+
- descriptions/ghec/ghec.json
3246+
- name: PUT /orgs/{org}/settings/immutable-releases/repositories/{repository_id}
3247+
documentation_url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization
3248+
openapi_files:
3249+
- descriptions/api.github.com/api.github.com.json
3250+
- descriptions/ghec/ghec.json
32213251
- name: GET /orgs/{org}/settings/network-configurations
32223252
documentation_url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization
32233253
openapi_files:
@@ -5271,6 +5301,21 @@ openapi_operations:
52715301
- descriptions/api.github.com/api.github.com.json
52725302
- descriptions/ghec/ghec.json
52735303
- descriptions/ghes-3.17/ghes-3.17.json
5304+
- name: DELETE /repos/{owner}/{repo}/immutable-releases
5305+
documentation_url: https://docs.github.com/rest/repos/repos#disable-immutable-releases
5306+
openapi_files:
5307+
- descriptions/api.github.com/api.github.com.json
5308+
- descriptions/ghec/ghec.json
5309+
- name: GET /repos/{owner}/{repo}/immutable-releases
5310+
documentation_url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository
5311+
openapi_files:
5312+
- descriptions/api.github.com/api.github.com.json
5313+
- descriptions/ghec/ghec.json
5314+
- name: PUT /repos/{owner}/{repo}/immutable-releases
5315+
documentation_url: https://docs.github.com/rest/repos/repos#enable-immutable-releases
5316+
openapi_files:
5317+
- descriptions/api.github.com/api.github.com.json
5318+
- descriptions/ghec/ghec.json
52745319
- name: DELETE /repos/{owner}/{repo}/import
52755320
documentation_url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import
52765321
openapi_files:

0 commit comments

Comments
 (0)