deploy
This commit is contained in:
95
skills/integration-mappings/SKILL.md
Normal file
95
skills/integration-mappings/SKILL.md
Normal file
@@ -0,0 +1,95 @@
|
||||
---
|
||||
name: integration-mappings-routes
|
||||
description: Handle 8 OpenAPI operation(s) under /integration_mappings for the integration mappings route group.
|
||||
---
|
||||
|
||||
# integration mappings API Routes
|
||||
|
||||
Handle 8 OpenAPI operation(s) under /integration_mappings for the integration mappings 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_integration_mappings_slack
|
||||
|
||||
- Operation ID: `get_integration_mappings_slack`
|
||||
- Route: `GET /integration_mappings/slack`
|
||||
- Mode: READ
|
||||
- Summary: List Slack integration mappings
|
||||
- Parameters:
|
||||
- `marker` in `query`
|
||||
- `limit` in `query`
|
||||
- `partner_item_type` in `query`
|
||||
- `partner_item_id` in `query`
|
||||
- `box_item_id` in `query`
|
||||
- `box_item_type` in `query`
|
||||
- `is_manually_created` in `query`
|
||||
|
||||
### post_integration_mappings_slack
|
||||
|
||||
- Operation ID: `post_integration_mappings_slack`
|
||||
- Route: `POST /integration_mappings/slack`
|
||||
- Mode: WRITE
|
||||
- Summary: Create Slack integration mapping
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### put_integration_mappings_slack_id
|
||||
|
||||
- Operation ID: `put_integration_mappings_slack_id`
|
||||
- Route: `PUT /integration_mappings/slack/{integration_mapping_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Update Slack integration mapping
|
||||
- Parameters:
|
||||
- `integration_mapping_id` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### delete_integration_mappings_slack_id
|
||||
|
||||
- Operation ID: `delete_integration_mappings_slack_id`
|
||||
- Route: `DELETE /integration_mappings/slack/{integration_mapping_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Delete Slack integration mapping
|
||||
- Parameters:
|
||||
- `integration_mapping_id` in `path` required
|
||||
|
||||
### get_integration_mappings_teams
|
||||
|
||||
- Operation ID: `get_integration_mappings_teams`
|
||||
- Route: `GET /integration_mappings/teams`
|
||||
- Mode: READ
|
||||
- Summary: List Teams integration mappings
|
||||
- Parameters:
|
||||
- `partner_item_type` in `query`
|
||||
- `partner_item_id` in `query`
|
||||
- `box_item_id` in `query`
|
||||
- `box_item_type` in `query`
|
||||
|
||||
### post_integration_mappings_teams
|
||||
|
||||
- Operation ID: `post_integration_mappings_teams`
|
||||
- Route: `POST /integration_mappings/teams`
|
||||
- Mode: WRITE
|
||||
- Summary: Create Teams integration mapping
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### put_integration_mappings_teams_id
|
||||
|
||||
- Operation ID: `put_integration_mappings_teams_id`
|
||||
- Route: `PUT /integration_mappings/teams/{integration_mapping_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Update Teams integration mapping
|
||||
- Parameters:
|
||||
- `integration_mapping_id` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### delete_integration_mappings_teams_id
|
||||
|
||||
- Operation ID: `delete_integration_mappings_teams_id`
|
||||
- Route: `DELETE /integration_mappings/teams/{integration_mapping_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Delete Teams integration mapping
|
||||
- Parameters:
|
||||
- `integration_mapping_id` in `path` required
|
||||
Reference in New Issue
Block a user