Skip to content

Commit 7de90cf

Browse files
authored
chore: Update openapi_operations.yaml (#4412)
1 parent 68ec62e commit 7de90cf

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

openapi_operations.yaml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ operation_overrides:
105105
documentation_url: https://docs.github.com/rest/pages/pages#request-a-github-pages-build
106106
- name: GET /repos/{owner}/{repo}/pages/builds/{build_id}
107107
documentation_url: https://docs.github.com/rest/pages/pages#get-github-pages-build
108-
openapi_commit: 03ca9c1cac754ec9b8369dc75de8a8c753c6e087
108+
openapi_commit: 16bc535ad66fac59d585b1516d1d52f58f787962
109109
openapi_operations:
110110
- name: GET /
111111
documentation_url: https://docs.github.com/rest/meta/meta#github-api-root
@@ -1212,10 +1212,18 @@ openapi_operations:
12121212
documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-all-credential-authorizations-for-an-enterprise
12131213
openapi_files:
12141214
- descriptions/ghec/ghec.json
1215+
- name: POST /enterprises/{enterprise}/credential-authorizations/revoke-credential-type
1216+
documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise
1217+
openapi_files:
1218+
- descriptions/ghec/ghec.json
12151219
- name: POST /enterprises/{enterprise}/credential-authorizations/{username}/revoke
12161220
documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-credential-authorizations-for-a-user-in-an-enterprise
12171221
openapi_files:
12181222
- descriptions/ghec/ghec.json
1223+
- name: POST /enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type
1224+
documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise
1225+
openapi_files:
1226+
- descriptions/ghec/ghec.json
12191227
- name: GET /enterprises/{enterprise}/dependabot/alerts
12201228
documentation_url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise
12211229
openapi_files:
@@ -6776,6 +6784,21 @@ openapi_operations:
67766784
openapi_files:
67776785
- descriptions/api.github.com/api.github.com.json
67786786
- descriptions/ghec/ghec.json
6787+
- name: GET /repos/{owner}/{repo}/issues/{issue_number}/suggestions
6788+
documentation_url: https://docs.github.com/rest/issues/issues#list-issue-suggestions
6789+
openapi_files:
6790+
- descriptions/api.github.com/api.github.com.json
6791+
- descriptions/ghec/ghec.json
6792+
- name: POST /repos/{owner}/{repo}/issues/{issue_number}/suggestions/{suggestion_id}/approve
6793+
documentation_url: https://docs.github.com/rest/issues/issues#approve-an-issue-suggestion
6794+
openapi_files:
6795+
- descriptions/api.github.com/api.github.com.json
6796+
- descriptions/ghec/ghec.json
6797+
- name: POST /repos/{owner}/{repo}/issues/{issue_number}/suggestions/{suggestion_id}/dismiss
6798+
documentation_url: https://docs.github.com/rest/issues/issues#dismiss-an-issue-suggestion
6799+
openapi_files:
6800+
- descriptions/api.github.com/api.github.com.json
6801+
- descriptions/ghec/ghec.json
67796802
- name: GET /repos/{owner}/{repo}/issues/{issue_number}/timeline
67806803
documentation_url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue
67816804
openapi_files:

0 commit comments

Comments
 (0)