deploy
This commit is contained in:
33
skills/first-party-app-settings/SKILL.md
Normal file
33
skills/first-party-app-settings/SKILL.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user