Skip to content

Commit 0ee0e90

Browse files
authored
chore: Update openapi_operations.yaml (#4172)
1 parent 1a1890b commit 0ee0e90

1 file changed

Lines changed: 26 additions & 16 deletions

File tree

openapi_operations.yaml

Lines changed: 26 additions & 16 deletions
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: 2b6e93c2823a6f5dc1f6a3727b6b53eafa407fb2
30+
openapi_commit: f36e195596ae01265fd31528bad607aa2bffd1c8
3131
openapi_operations:
3232
- name: GET /
3333
documentation_url: https://docs.github.com/rest/meta/meta#github-api-root
@@ -6078,6 +6078,21 @@ openapi_operations:
60786078
- descriptions/api.github.com/api.github.com.json
60796079
- descriptions/ghec/ghec.json
60806080
- descriptions/ghes-3.20/ghes-3.20.json
6081+
- name: POST /repos/{owner}/{repo}/issues/{issue_number}/issue-field-values
6082+
documentation_url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue
6083+
openapi_files:
6084+
- descriptions/api.github.com/api.github.com.json
6085+
- descriptions/ghec/ghec.json
6086+
- name: PUT /repos/{owner}/{repo}/issues/{issue_number}/issue-field-values
6087+
documentation_url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue
6088+
openapi_files:
6089+
- descriptions/api.github.com/api.github.com.json
6090+
- descriptions/ghec/ghec.json
6091+
- name: DELETE /repos/{owner}/{repo}/issues/{issue_number}/issue-field-values/{issue_field_id}
6092+
documentation_url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue
6093+
openapi_files:
6094+
- descriptions/api.github.com/api.github.com.json
6095+
- descriptions/ghec/ghec.json
60816096
- name: DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels
60826097
documentation_url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue
60836098
openapi_files:
@@ -6497,6 +6512,16 @@ openapi_operations:
64976512
- descriptions/api.github.com/api.github.com.json
64986513
- descriptions/ghec/ghec.json
64996514
- descriptions/ghes-3.20/ghes-3.20.json
6515+
- name: DELETE /repos/{owner}/{repo}/pulls/{pull_number}/archive
6516+
documentation_url: https://docs.github.com/rest/pulls/pulls#unarchive-a-pull-request
6517+
openapi_files:
6518+
- descriptions/api.github.com/api.github.com.json
6519+
- descriptions/ghec/ghec.json
6520+
- name: PUT /repos/{owner}/{repo}/pulls/{pull_number}/archive
6521+
documentation_url: https://docs.github.com/rest/pulls/pulls#archive-a-pull-request
6522+
openapi_files:
6523+
- descriptions/api.github.com/api.github.com.json
6524+
- descriptions/ghec/ghec.json
65006525
- name: POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces
65016526
documentation_url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request
65026527
openapi_files:
@@ -7049,21 +7074,6 @@ openapi_operations:
70497074
documentation_url: https://docs.github.com/enterprise-server@3.7/rest/actions/secrets#create-or-update-an-environment-secret
70507075
openapi_files:
70517076
- descriptions/ghes-3.7/ghes-3.7.json
7052-
- name: POST /repositories/{repository_id}/issues/{issue_number}/issue-field-values
7053-
documentation_url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue
7054-
openapi_files:
7055-
- descriptions/api.github.com/api.github.com.json
7056-
- descriptions/ghec/ghec.json
7057-
- name: PUT /repositories/{repository_id}/issues/{issue_number}/issue-field-values
7058-
documentation_url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue
7059-
openapi_files:
7060-
- descriptions/api.github.com/api.github.com.json
7061-
- descriptions/ghec/ghec.json
7062-
- name: DELETE /repositories/{repository_id}/issues/{issue_number}/issue-field-values/{issue_field_id}
7063-
documentation_url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue
7064-
openapi_files:
7065-
- descriptions/api.github.com/api.github.com.json
7066-
- descriptions/ghec/ghec.json
70677077
- name: GET /scim/v2/Groups
70687078
documentation_url: https://docs.github.com/enterprise-server@3.7/rest/enterprise-admin/scim#list-provisioned-scim-groups-for-an-enterprise
70697079
openapi_files:

0 commit comments

Comments
 (0)