autonomous.contact/public/api/rooms/:room_id/events/README.md

16 lines
313 B
Markdown
Raw Normal View History

# /api/rooms/:room_id/events/:event_id
Interact with a specific event.
## GET /api/rooms/:room_id/events/:event_id
Get the event specified by the tuple [ `:room_id`, `:event_id` ].
## PUT /api/rooms/:room_id/events/:event_id
Update an event.
## DELETE /api/rooms/:room_id/events/:event_id
Delete an event.