51 lines
1.4 KiB
Markdown
51 lines
1.4 KiB
Markdown
---
|
|
name: terms-of-services-routes
|
|
description: Handle 4 OpenAPI operation(s) under /terms_of_services for the terms of services route group.
|
|
---
|
|
|
|
# terms of services API Routes
|
|
|
|
Handle 4 OpenAPI operation(s) under /terms_of_services for the terms of services 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_services
|
|
|
|
- Operation ID: `get_terms_of_services`
|
|
- Route: `GET /terms_of_services`
|
|
- Mode: READ
|
|
- Summary: List terms of services
|
|
- Parameters:
|
|
- `tos_type` in `query`
|
|
|
|
### post_terms_of_services
|
|
|
|
- Operation ID: `post_terms_of_services`
|
|
- Route: `POST /terms_of_services`
|
|
- Mode: WRITE
|
|
- Summary: Create terms of service
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_terms_of_services_id
|
|
|
|
- Operation ID: `get_terms_of_services_id`
|
|
- Route: `GET /terms_of_services/{terms_of_service_id}`
|
|
- Mode: READ
|
|
- Summary: Get terms of service
|
|
- Parameters:
|
|
- `terms_of_service_id` in `path` required
|
|
|
|
### put_terms_of_services_id
|
|
|
|
- Operation ID: `put_terms_of_services_id`
|
|
- Route: `PUT /terms_of_services/{terms_of_service_id}`
|
|
- Mode: WRITE
|
|
- Summary: Update terms of service
|
|
- Parameters:
|
|
- `terms_of_service_id` in `path` required
|
|
- Body: JSON request body accepted.
|