35 lines
893 B
Markdown
35 lines
893 B
Markdown
---
|
|
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`
|