1.4 KiB
1.4 KiB
name, description
| name | description |
|---|---|
| apps-routes | 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_beforeinqueryexpandinquerylimitinqueryscopeinqueryrequiredstarting_afterinquery
- 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:
expandinquerynameinqueryrequiredscopeinqueryrequired
- Body: JSON request body accepted.