Skip to main content
PUT
Update Assistant

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Path Parameters

assistant_id
string<uuid>
required

Body

application/json
name
string
required
description
string
required
prompt
string
required
runner
string | null

Response

Successful Response

name
string
required
description
string
required
prompt
string
required
id
string<uuid>
required
organisation_id
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
runner
string | null