Skip to main content
PATCH
Update Conversation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string<uuid>
required

Body

application/json
title
string | null
model_id
string | null
style_id
string<uuid> | null
folder
string | null
is_pinned
boolean | null

Response

Successful Response

id
string<uuid>
required
title
string
required
model_id
string | null
required
style_id
string<uuid> | null
required
folder
string | null
required
is_pinned
boolean
required
status
string
required
message_count
integer
required
total_cost_credits
number
required
created_at
string<date-time>
required
updated_at
string<date-time>
required