メインコンテンツへスキップ
POST
/
conversations
/
{conversation_id}
/
name
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "inputs": {},
  "status": "<string>",
  "introduction": "<string>",
  "created_at": 123,
  "updated_at": 123
}

承認

Authorization
string
header
必須

API キー認証。

パスパラメータ

conversation_id
string
必須

会話 ID。

ボディ

application/json
user
string
必須
name
string | null
auto_generate
boolean
デフォルト:false

レスポンス

200 - application/json

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

id
string<uuid>
name
string
inputs
object
status
string
introduction
string | null
created_at
integer<int64>
updated_at
integer<int64>