deploy
This commit is contained in:
50
skills/collaboration-whitelist-entries/SKILL.md
Normal file
50
skills/collaboration-whitelist-entries/SKILL.md
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
name: collaboration-whitelist-entries-routes
|
||||
description: Handle 4 OpenAPI operation(s) under /collaboration_whitelist_entries for the collaboration whitelist entries route group.
|
||||
---
|
||||
|
||||
# collaboration whitelist entries API Routes
|
||||
|
||||
Handle 4 OpenAPI operation(s) under /collaboration_whitelist_entries for the collaboration whitelist entries 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_collaboration_whitelist_entries
|
||||
|
||||
- Operation ID: `get_collaboration_whitelist_entries`
|
||||
- Route: `GET /collaboration_whitelist_entries`
|
||||
- Mode: READ
|
||||
- Summary: List allowed collaboration domains
|
||||
- Parameters:
|
||||
- `marker` in `query`
|
||||
- `limit` in `query`
|
||||
|
||||
### post_collaboration_whitelist_entries
|
||||
|
||||
- Operation ID: `post_collaboration_whitelist_entries`
|
||||
- Route: `POST /collaboration_whitelist_entries`
|
||||
- Mode: WRITE
|
||||
- Summary: Add domain to list of allowed collaboration domains
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### get_collaboration_whitelist_entries_id
|
||||
|
||||
- Operation ID: `get_collaboration_whitelist_entries_id`
|
||||
- Route: `GET /collaboration_whitelist_entries/{collaboration_whitelist_entry_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get allowed collaboration domain
|
||||
- Parameters:
|
||||
- `collaboration_whitelist_entry_id` in `path` required
|
||||
|
||||
### delete_collaboration_whitelist_entries_id
|
||||
|
||||
- Operation ID: `delete_collaboration_whitelist_entries_id`
|
||||
- Route: `DELETE /collaboration_whitelist_entries/{collaboration_whitelist_entry_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Remove domain from list of allowed collaboration domains
|
||||
- Parameters:
|
||||
- `collaboration_whitelist_entry_id` in `path` required
|
||||
Reference in New Issue
Block a user