Select Instruction
Instructions
Select Instruction
Upsert (select/set) the active instruction for a chatbot
POST
Select Instruction
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"361628903185318481"
Body
application/json
ID of an existing instruction to activate. If provided, title/instruction are ignored for lookup.
Title of an existing instruction to find by name, or the title for a new instruction if none is found.
Required only when creating a new instruction (i.e. no match found by instructionId or title).