deploy
This commit is contained in:
34
skills/invites/SKILL.md
Normal file
34
skills/invites/SKILL.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: invites-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /invites for the invites route group.
|
||||
---
|
||||
|
||||
# invites API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /invites for the invites 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
|
||||
|
||||
### post_invites
|
||||
|
||||
- Operation ID: `post_invites`
|
||||
- Route: `POST /invites`
|
||||
- Mode: WRITE
|
||||
- Summary: Create user invite
|
||||
- Parameters:
|
||||
- `fields` in `query`
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### get_invites_id
|
||||
|
||||
- Operation ID: `get_invites_id`
|
||||
- Route: `GET /invites/{invite_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get user invite status
|
||||
- Parameters:
|
||||
- `invite_id` in `path` required
|
||||
- `fields` in `query`
|
||||
Reference in New Issue
Block a user