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
35 changes: 24 additions & 11 deletions openapi_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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: 911b11fa051e0cb0af96e0e52eec5627415138f4
openapi_commit: 133d385dfbee06825d4d4136a82dd2b4c79813ba
openapi_operations:
- name: GET /
documentation_url: https://docs.github.com/rest/meta/meta#github-api-root
Expand Down Expand Up @@ -1086,6 +1086,11 @@ openapi_operations:
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: GET /enterprises/{enterprise}/copilot/metrics/reports/user-teams-1-day
documentation_url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-enterprise-user-teams-report-for-a-specific-day
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: GET /enterprises/{enterprise}/copilot/metrics/reports/users-1-day
documentation_url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-users-usage-metrics-for-a-specific-day
openapi_files:
Expand Down Expand Up @@ -2970,6 +2975,11 @@ openapi_operations:
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: GET /orgs/{org}/copilot/metrics/reports/user-teams-1-day
documentation_url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-user-teams-report-for-a-specific-day
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: GET /orgs/{org}/copilot/metrics/reports/users-1-day
documentation_url: https://docs.github.com/rest/copilot/copilot-usage-metrics#get-copilot-organization-users-usage-metrics-for-a-specific-day
openapi_files:
Expand Down Expand Up @@ -5289,6 +5299,14 @@ openapi_operations:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- descriptions/ghes-3.21/ghes-3.21.json
- name: GET /repos/{owner}/{repo}/code-quality/setup
documentation_url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-setup-configuration
openapi_files:
- descriptions/api.github.com/api.github.com.json
- name: PATCH /repos/{owner}/{repo}/code-quality/setup
documentation_url: https://docs.github.com/rest/code-quality/code-quality#update-a-code-quality-setup-configuration
openapi_files:
- descriptions/api.github.com/api.github.com.json
- name: GET /repos/{owner}/{repo}/code-scanning/alerts
documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository
openapi_files:
Expand Down Expand Up @@ -5638,6 +5656,11 @@ openapi_operations:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- descriptions/ghes-3.21/ghes-3.21.json
- name: GET /repos/{owner}/{repo}/copilot/cloud-agent/configuration
documentation_url: https://docs.github.com/rest/copilot/copilot-cloud-agent-management#get-copilot-cloud-agent-configuration-for-a-repository
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: GET /repos/{owner}/{repo}/dependabot/alerts
documentation_url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository
openapi_files:
Expand Down Expand Up @@ -6816,16 +6839,6 @@ openapi_operations:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- descriptions/ghes-3.21/ghes-3.21.json
- name: DELETE /repos/{owner}/{repo}/pulls/{pull_number}/archive
documentation_url: https://docs.github.com/rest/pulls/pulls#unarchive-a-pull-request
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: PUT /repos/{owner}/{repo}/pulls/{pull_number}/archive
documentation_url: https://docs.github.com/rest/pulls/pulls#archive-a-pull-request
openapi_files:
- descriptions/api.github.com/api.github.com.json
- descriptions/ghec/ghec.json
- name: POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces
documentation_url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request
openapi_files:
Expand Down
Loading