43 lines
1.5 KiB
Markdown
43 lines
1.5 KiB
Markdown
---
|
|
name: terms-of-service-user-statuses-routes
|
|
description: Handle 3 OpenAPI operation(s) under /terms_of_service_user_statuses for the terms of service user statuses route group.
|
|
---
|
|
|
|
# terms of service user statuses API Routes
|
|
|
|
Handle 3 OpenAPI operation(s) under /terms_of_service_user_statuses for the terms of service user statuses 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_terms_of_service_user_statuses
|
|
|
|
- Operation ID: `get_terms_of_service_user_statuses`
|
|
- Route: `GET /terms_of_service_user_statuses`
|
|
- Mode: READ
|
|
- Summary: List terms of service user statuses
|
|
- Parameters:
|
|
- `tos_id` in `query` required
|
|
- `user_id` in `query`
|
|
|
|
### post_terms_of_service_user_statuses
|
|
|
|
- Operation ID: `post_terms_of_service_user_statuses`
|
|
- Route: `POST /terms_of_service_user_statuses`
|
|
- Mode: WRITE
|
|
- Summary: Create terms of service status for new user
|
|
- Body: JSON request body accepted.
|
|
|
|
### put_terms_of_service_user_statuses_id
|
|
|
|
- Operation ID: `put_terms_of_service_user_statuses_id`
|
|
- Route: `PUT /terms_of_service_user_statuses/{terms_of_service_user_status_id}`
|
|
- Mode: WRITE
|
|
- Summary: Update terms of service status for existing user
|
|
- Parameters:
|
|
- `terms_of_service_user_status_id` in `path` required
|
|
- Body: JSON request body accepted.
|