Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: remove openapi operations diff
  • Loading branch information
danyalahmed1995 committed May 15, 2026
commit 93e009c92320b462b5074fd577262a26d9b7020d
10 changes: 0 additions & 10 deletions openapi_operations.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
operations:
- name: GET /agents/repos/{owner}/{repo}/tasks
documentation_url: https://docs.github.com/rest/agent-tasks/agent-tasks?apiVersion=2026-03-10#list-tasks-for-repository
- name: POST /agents/repos/{owner}/{repo}/tasks
documentation_url: https://docs.github.com/rest/agent-tasks/agent-tasks?apiVersion=2026-03-10#start-a-task
- name: GET /agents/repos/{owner}/{repo}/tasks/{task_id}
documentation_url: https://docs.github.com/rest/agent-tasks/agent-tasks?apiVersion=2026-03-10#get-a-task-by-repo
- name: GET /agents/tasks
documentation_url: https://docs.github.com/rest/agent-tasks/agent-tasks?apiVersion=2026-03-10#list-tasks
- name: GET /agents/tasks/{task_id}
documentation_url: https://docs.github.com/rest/agent-tasks/agent-tasks?apiVersion=2026-03-10#get-a-task-by-id
- name: POST /hub
documentation_url: https://docs.github.com/webhooks/about-webhooks-for-repositories#pubsubhubbub
- name: GET /organizations/{organization_id}
Expand Down
Loading