POST
/
conversations
/
{conversation_id}
/
name
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "inputs": {},
  "status": "<string>",
  "introduction": "<string>",
  "created_at": 123,
  "updated_at": 123
}

Authorizations

Authorization
string
header
required

API Key authentication.

Path Parameters

conversation_id
string
required

Conversation ID.

Body

application/json

Response

200 - application/json

Conversation renamed successfully.

The response is of type object.