Assistants
Patch assistant
put/flows/{flowID}/assistants/{assistantID}
Path parameters
flowIDinteger required
flow id
assistantIDinteger required
assistant id
Request body
Example request
{
"input": "user input for waiting assistant",
"use_agents": true
}Response
assistant patched successful
Example response
{
"data": {
"flow": {
"functions": {
"functions": [
{
"timeout": 60,
"url": "https://example.com/api/v1/function"
}
]
}
},
"functions": {
"functions": [
{
"timeout": 60,
"url": "https://example.com/api/v1/function"
}
]
}
},
"status": "success"
}