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キー認証。すべてのAPIリクエストには、Authorization HTTPヘッダーにAPIキーを Bearer {API_KEY} の形式で含めてください。APIキーはサーバー側に保存し、クライアント側で共有または保存しないことを強くお勧めします。

Path Parameters

conversation_id
string
required

会話ID。

Body

application/json

Response

200 - application/json

会話の名前が正常に変更されました。

会話リスト内の単一項目。