Skip to content

Commit 390b53a

Browse files
authored
chore: Update openapi_operations.yaml (#4091)
1 parent 66fd271 commit 390b53a

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

openapi_operations.yaml

Lines changed: 42 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: 884c183f5163e1155700894ac68dd891e8668fd5
30+
openapi_commit: 4e819bd9aa9411232e1c34e7d1ffaaffc224e94b
3131
openapi_operations:
3232
- name: GET /
3333
documentation_url: https://docs.github.com/rest/meta/meta#github-api-root
@@ -2997,6 +2997,26 @@ openapi_operations:
29972997
openapi_files:
29982998
- descriptions/api.github.com/api.github.com.json
29992999
- descriptions/ghec/ghec.json
3000+
- name: GET /orgs/{org}/issue-fields
3001+
documentation_url: https://docs.github.com/rest/orgs/issue-fields#list-issue-fields-for-an-organization
3002+
openapi_files:
3003+
- descriptions/api.github.com/api.github.com.json
3004+
- descriptions/ghec/ghec.json
3005+
- name: POST /orgs/{org}/issue-fields
3006+
documentation_url: https://docs.github.com/rest/orgs/issue-fields#create-issue-field-for-an-organization
3007+
openapi_files:
3008+
- descriptions/api.github.com/api.github.com.json
3009+
- descriptions/ghec/ghec.json
3010+
- name: DELETE /orgs/{org}/issue-fields/{issue_field_id}
3011+
documentation_url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization
3012+
openapi_files:
3013+
- descriptions/api.github.com/api.github.com.json
3014+
- descriptions/ghec/ghec.json
3015+
- name: PATCH /orgs/{org}/issue-fields/{issue_field_id}
3016+
documentation_url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization
3017+
openapi_files:
3018+
- descriptions/api.github.com/api.github.com.json
3019+
- descriptions/ghec/ghec.json
30003020
- name: GET /orgs/{org}/issue-types
30013021
documentation_url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization
30023022
openapi_files:
@@ -5955,6 +5975,12 @@ openapi_operations:
59555975
- descriptions/api.github.com/api.github.com.json
59565976
- descriptions/ghec/ghec.json
59575977
- descriptions/ghes-3.20/ghes-3.20.json
5978+
- name: GET /repos/{owner}/{repo}/issues/{issue_number}/issue-field-values
5979+
documentation_url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue
5980+
openapi_files:
5981+
- descriptions/api.github.com/api.github.com.json
5982+
- descriptions/ghec/ghec.json
5983+
- descriptions/ghes-3.20/ghes-3.20.json
59585984
- name: DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels
59595985
documentation_url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue
59605986
openapi_files:
@@ -6926,6 +6952,21 @@ openapi_operations:
69266952
documentation_url: https://docs.github.com/enterprise-server@3.7/rest/actions/secrets#create-or-update-an-environment-secret
69276953
openapi_files:
69286954
- descriptions/ghes-3.7/ghes-3.7.json
6955+
- name: POST /repositories/{repository_id}/issues/{issue_number}/issue-field-values
6956+
documentation_url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue
6957+
openapi_files:
6958+
- descriptions/api.github.com/api.github.com.json
6959+
- descriptions/ghec/ghec.json
6960+
- name: PUT /repositories/{repository_id}/issues/{issue_number}/issue-field-values
6961+
documentation_url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue
6962+
openapi_files:
6963+
- descriptions/api.github.com/api.github.com.json
6964+
- descriptions/ghec/ghec.json
6965+
- name: DELETE /repositories/{repository_id}/issues/{issue_number}/issue-field-values/{issue_field_id}
6966+
documentation_url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue
6967+
openapi_files:
6968+
- descriptions/api.github.com/api.github.com.json
6969+
- descriptions/ghec/ghec.json
69296970
- name: GET /scim/v2/Groups
69306971
documentation_url: https://docs.github.com/enterprise-server@3.7/rest/enterprise-admin/scim#list-provisioned-scim-groups-for-an-enterprise
69316972
openapi_files:

0 commit comments

Comments
 (0)