46 lines
1.0 KiB
Markdown
46 lines
1.0 KiB
Markdown
---
|
|
name: events-routes
|
|
description: Handle 4 OpenAPI operation(s) under /v2/events for the events route group.
|
|
---
|
|
|
|
# events API Routes
|
|
|
|
Handle 4 OpenAPI operation(s) under /v2/events for the events 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
|
|
|
|
### search_events
|
|
|
|
- Operation ID: `search_events`
|
|
- Route: `POST /v2/events`
|
|
- Mode: WRITE
|
|
- Summary: SearchEvents
|
|
- Body: JSON request body accepted.
|
|
|
|
### disable_events
|
|
|
|
- Operation ID: `disable_events`
|
|
- Route: `PUT /v2/events/disable`
|
|
- Mode: WRITE
|
|
- Summary: DisableEvents
|
|
|
|
### enable_events
|
|
|
|
- Operation ID: `enable_events`
|
|
- Route: `PUT /v2/events/enable`
|
|
- Mode: WRITE
|
|
- Summary: EnableEvents
|
|
|
|
### list_event_types
|
|
|
|
- Operation ID: `list_event_types`
|
|
- Route: `GET /v2/events/types`
|
|
- Mode: READ
|
|
- Summary: ListEventTypes
|
|
- Parameters:
|
|
- `api_version` in `query`
|