Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion openapi_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ operation_overrides:
documentation_url: https://docs.github.com/rest/pages/pages#request-a-github-pages-build
- name: GET /repos/{owner}/{repo}/pages/builds/{build_id}
documentation_url: https://docs.github.com/rest/pages/pages#get-github-pages-build
openapi_commit: 03ca9c1cac754ec9b8369dc75de8a8c753c6e087
openapi_commit: 16bc535ad66fac59d585b1516d1d52f58f787962
openapi_operations:
- name: GET /
documentation_url: https://docs.github.com/rest/meta/meta#github-api-root
Expand Down Expand Up @@ -1212,10 +1212,18 @@ openapi_operations:
documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-all-credential-authorizations-for-an-enterprise
openapi_files:
- descriptions/ghec/ghec.json
- name: POST /enterprises/{enterprise}/credential-authorizations/revoke-credential-type
documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise
openapi_files:
- descriptions/ghec/ghec.json
- name: POST /enterprises/{enterprise}/credential-authorizations/{username}/revoke
documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-credential-authorizations-for-a-user-in-an-enterprise
openapi_files:
- descriptions/ghec/ghec.json
- name: POST /enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type
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
openapi_files:
- descriptions/ghec/ghec.json
- name: GET /enterprises/{enterprise}/dependabot/alerts
documentation_url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise
openapi_files:
Expand Down Expand Up @@ -6776,6 +6784,21 @@ openapi_operations:
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: GET /repos/{owner}/{repo}/issues/{issue_number}/suggestions
documentation_url: https://docs.github.com/rest/issues/issues#list-issue-suggestions
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: POST /repos/{owner}/{repo}/issues/{issue_number}/suggestions/{suggestion_id}/approve
documentation_url: https://docs.github.com/rest/issues/issues#approve-an-issue-suggestion
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: POST /repos/{owner}/{repo}/issues/{issue_number}/suggestions/{suggestion_id}/dismiss
documentation_url: https://docs.github.com/rest/issues/issues#dismiss-an-issue-suggestion
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: GET /repos/{owner}/{repo}/issues/{issue_number}/timeline
documentation_url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue
openapi_files:
Expand Down
Loading