forked from andyburke/autonomous.contact
| .. | ||
| :event_id | ||
| index.ts | ||
| README.md | ||
/api/rooms/:room_id/events
Interact with a events for a room.
GET /api/rooms/:room_id/events
Get events for the given room.
PUT /api/rooms/:room_id/events/:event_id
Update an event.
DELETE /api/rooms/:room_id/events/:event_id
Delete an event.