1.7 KiB
1.7 KiB
name, description
| name | description |
|---|---|
| broadcasts-routes | Handle 6 OpenAPI operation(s) under /broadcasts for the broadcasts route group. |
broadcasts API Routes
Handle 6 OpenAPI operation(s) under /broadcasts for the broadcasts 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_broadcasts
- Operation ID:
post_broadcasts - Route:
POST /broadcasts - Mode: WRITE
- Summary: Create a broadcast
- Body: JSON request body accepted.
get_broadcasts
- Operation ID:
get_broadcasts - Route:
GET /broadcasts - Mode: READ
- Summary: Retrieve a list of broadcasts
- Parameters:
limitinqueryafterinquerybeforeinquery
delete_broadcasts_id
- Operation ID:
delete_broadcasts_id - Route:
DELETE /broadcasts/{id} - Mode: WRITE
- Summary: Remove an existing broadcast that is in the draft status
- Parameters:
idinpathrequired
get_broadcasts_id
- Operation ID:
get_broadcasts_id - Route:
GET /broadcasts/{id} - Mode: READ
- Summary: Retrieve a single broadcast
- Parameters:
idinpathrequired
patch_broadcasts_id
- Operation ID:
patch_broadcasts_id - Route:
PATCH /broadcasts/{id} - Mode: WRITE
- Summary: Update an existing broadcast
- Parameters:
idinpathrequired
- Body: JSON request body accepted.
post_broadcasts_id_send
- Operation ID:
post_broadcasts_id_send - Route:
POST /broadcasts/{id}/send - Mode: WRITE
- Summary: Send or schedule a broadcast
- Parameters:
idinpathrequired
- Body: JSON request body accepted.