deploy
This commit is contained in:
23
skills/apps/SKILL.md
Normal file
23
skills/apps/SKILL.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: apps-routes
|
||||
description: Handle 1 OpenAPI operation(s) under /apps/{app_slug} for the apps route group.
|
||||
---
|
||||
|
||||
# apps API Routes
|
||||
|
||||
Handle 1 OpenAPI operation(s) under /apps/{app_slug} for the apps 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_get_by_slug
|
||||
|
||||
- Operation ID: `apps_get_by_slug`
|
||||
- Route: `GET /apps/{app_slug}`
|
||||
- Mode: READ
|
||||
- Summary: Get an app
|
||||
- Parameters:
|
||||
- `app_slug` in `path` required
|
||||
Reference in New Issue
Block a user