24 lines
667 B
Markdown
24 lines
667 B
Markdown
---
|
|
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
|