57 lines
1.4 KiB
Markdown
57 lines
1.4 KiB
Markdown
---
|
|
name: apps-routes
|
|
description: Handle 4 OpenAPI operation(s) under /v1/apps/secrets for the apps route group.
|
|
---
|
|
|
|
# apps API Routes
|
|
|
|
Handle 4 OpenAPI operation(s) under /v1/apps/secrets 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
|
|
|
|
### get_apps_secrets
|
|
|
|
- Operation ID: `get_apps_secrets`
|
|
- Route: `GET /v1/apps/secrets`
|
|
- Mode: READ
|
|
- Summary: List secrets
|
|
- Parameters:
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `scope` in `query` required
|
|
- `starting_after` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_apps_secrets
|
|
|
|
- Operation ID: `post_apps_secrets`
|
|
- Route: `POST /v1/apps/secrets`
|
|
- Mode: WRITE
|
|
- Summary: Set a Secret
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_apps_secrets_delete
|
|
|
|
- Operation ID: `post_apps_secrets_delete`
|
|
- Route: `POST /v1/apps/secrets/delete`
|
|
- Mode: WRITE
|
|
- Summary: Delete a Secret
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_apps_secrets_find
|
|
|
|
- Operation ID: `get_apps_secrets_find`
|
|
- Route: `GET /v1/apps/secrets/find`
|
|
- Mode: READ
|
|
- Summary: Find a Secret
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `name` in `query` required
|
|
- `scope` in `query` required
|
|
- Body: JSON request body accepted.
|