Skip to main content
PATCH
Update any combination of fields on a custom instruction. Send only the properties you want to change.

Authorizations

This endpoint requires API key authentication.

Path Parameters

string
required
The custom instruction’s unique identifier (from List Custom Instructions or create response).

Body Parameters

All fields are optional; include at least one.
string
New machine-friendly name for the instruction.
string
New instruction text.
boolean
Enable or disable this instruction without deleting it.
string
Updated description.

Response

Returns the updated custom instruction object (same shape as List Custom Instructions).