Skip to main content
PATCH
Patch Instructions

Authorizations

Authorization
string
header
required

EDN API key presented as 'Bearer ' in the Authorization header. Create and manage keys from the Console.

Body

application/json

PATCH body: every field optional, only provided fields are applied.

custom_instructions length is bounded at the API layer; an over-long value is rejected with 422 before any DB write.

custom_instructions
string | null
Maximum string length: 4000
display_name
string | null
domain
string | null
language
string | null
onboarded
boolean | null
response_style
string | null
values
string | null

Response

Successful Response

Console-facing global instructions.

Mirrors the nullable columns on user_instructions. A user with no stored row is returned the defaults (all null) without a row being created.

custom_instructions
string | null
display_name
string | null
domain
string | null
language
string | null
onboarded
boolean
default:false
response_style
string | null
values
string | null