autonomous.contact/public/api/topics/:topic_id/events
2025-10-25 19:44:07 -07:00
..
:event_id refactor: zones => topics 2025-09-10 12:51:27 -07:00
index.ts fix: clean up fixes after APP overhaul 2025-10-25 19:44:07 -07:00
README.md refactor: zones => topics 2025-09-10 12:51:27 -07:00

/api/topics/:topic_id/events

Interact with a events for a topic.

GET /api/topics/:topic_id/events

Get events for the given topic.

PUT /api/topics/:topic_id/events/:event_id

Update an event.

DELETE /api/topics/:topic_id/events/:event_id

Delete an event.