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

Path Parameters

id
string
required

Body

application/json

Schema for updating a folder's chat list.

Attributes: chat_id (str): The unique identifier of the chat to be added to the folder

chat_id
string
required

Response

Returns the updated folder object with chat list

The response is of type object.