deploy
This commit is contained in:
31
skills/installation/SKILL.md
Normal file
31
skills/installation/SKILL.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: installation-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /installation for the installation route group.
|
||||
---
|
||||
|
||||
# installation API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /installation for the installation route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### apps_list_repos_accessible_to_installation
|
||||
|
||||
- Operation ID: `apps_list_repos_accessible_to_installation`
|
||||
- Route: `GET /installation/repositories`
|
||||
- Mode: READ
|
||||
- Summary: List repositories accessible to the app installation
|
||||
- Parameters:
|
||||
- `per_page` in `query`
|
||||
- `page` in `query`
|
||||
|
||||
### apps_revoke_installation_access_token
|
||||
|
||||
- Operation ID: `apps_revoke_installation_access_token`
|
||||
- Route: `DELETE /installation/token`
|
||||
- Mode: WRITE
|
||||
- Summary: Revoke an installation access token
|
||||
Reference in New Issue
Block a user