Skip to main content
PUT

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
mode
enum<string>
required
Available options:
ai,
copilot,
human
Example:

"copilot"

user_email
string<email> | null

Workspace tokens only: the member making the change, recorded as take_over_by. Ignored for per-user JWTs, which use their own user.

Response

Mode updated

success
boolean
Example:

true

message
string
Example:

"Conversation mode updated"

data
object