forked from andyburke/autonomous.contact
313 B
313 B
/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.