Files
okta-management-openapi-agent/skills/first-party-app-settings/SKILL.md
a2a-platform 32a091211f deploy
2026-06-27 01:03:51 +00:00

34 lines
1.1 KiB
Markdown

---
name: first-party-app-settings-routes
description: Handle 2 OpenAPI operation(s) under /api/v1/first-party-app-settings/{appName} for the first party app settings route group.
---
# first party app settings API Routes
Handle 2 OpenAPI operation(s) under /api/v1/first-party-app-settings/{appName} for the first party app settings 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_first_party_app_settings
- Operation ID: `get_first_party_app_settings`
- Route: `GET /api/v1/first-party-app-settings/{appName}`
- Mode: READ
- Summary: Retrieve the Okta application settings
- Parameters:
- `appName` in `path` required
### replace_first_party_app_settings
- Operation ID: `replace_first_party_app_settings`
- Route: `PUT /api/v1/first-party-app-settings/{appName}`
- Mode: WRITE
- Summary: Replace the Okta application settings
- Parameters:
- `appName` in `path` required
- Body: JSON request body accepted.