deploy
This commit is contained in:
34
skills/data-integrations/SKILL.md
Normal file
34
skills/data-integrations/SKILL.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: data-integrations-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /data-integrations/{slug} for the data integrations route group.
|
||||
---
|
||||
|
||||
# data integrations API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /data-integrations/{slug} for the data integrations 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
|
||||
|
||||
### data_integrations_controller_get_data_integration_authorize_url
|
||||
|
||||
- Operation ID: `data_integrations_controller_get_data_integration_authorize_url`
|
||||
- Route: `POST /data-integrations/{slug}/authorize`
|
||||
- Mode: WRITE
|
||||
- Summary: Get authorization URL
|
||||
- Parameters:
|
||||
- `slug` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### data_integrations_controller_get_userland_user_token
|
||||
|
||||
- Operation ID: `data_integrations_controller_get_userland_user_token`
|
||||
- Route: `POST /data-integrations/{slug}/token`
|
||||
- Mode: WRITE
|
||||
- Summary: Get an access token for a connected account
|
||||
- Parameters:
|
||||
- `slug` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user