Skip to main content
PUT
/
v1
/
chats
/
{id}
Update chat fields
curl --request PUT \
  --url https://api.telaos.com/v1/chats/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

Path Parameters

id
string
required

Body

application/json

Schema for updating chat properties.

Attributes: name (str): The new name to be assigned to the chat

name
string
required

Response

Returns the updated chat object

The response is of type object.