autonomous.contact/public/api/rooms/:room_id/events
2025-06-27 17:54:04 -07:00
..
:event_id feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00
index.ts feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00
README.md feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00

/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.