autonomous.contact/public/api/events
2025-11-08 11:55:57 -08:00
..
:event_id refactor: events to a pure stream instead of being part of topics 2025-11-08 11:55:57 -08:00
index.ts refactor: events to a pure stream instead of being part of topics 2025-11-08 11:55:57 -08:00
README.md refactor: events to a pure stream instead of being part of topics 2025-11-08 11:55:57 -08: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.