Create Custom Instructions
POST
/instruction/update
Chat APIs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/instruction/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent": 525,
"created_by": "user@example.com",
"custom_instructions": [
"Provide step by step and detailed answers"
]
}'
Response Response Example
[
{
"id": 8708,
"instruction": "Provide step by step and detailed answers",
"is_deleted": false,
"created_by": "user@example.com",
"created_on": "2024-10-16T19:42:30.233724Z",
"agent": 525
}
]
Request
Body Params application/json