v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
rooms
agents

Update a room

Updates a specific room

patch/api/agents/{agentId}/rooms/{roomId}

Path parameters

agentIdstring uuid required

ID of the agent

roomIdstring uuid required

ID of the room to update

Request body

namestring

New name for the room

Response

Room updated successfully

successboolean

Example response

{
  "success": true
}