forked from andyburke/autonomous.contact
15 lines
271 B
Markdown
15 lines
271 B
Markdown
# /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.
|