autonomous.contact/public/api/rooms/:room_id
2025-06-27 17:54:04 -07:00
..
events 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

Interact with a specific room.

GET /api/rooms/:room_id

Get the room specified by :room_id.

PUT /api/rooms/:room_id

Update the rooms specified by :room_id.

Eg:

{
	name?: string;
}

DELETE /api/rooms/:room_id

Delete the room specified by :room_id.