curl --request PATCH \
--url https://api.ara.so/automations/runtime/jobs/{job_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"enabled": true,
"payload": {},
"max_retries": 10,
"retry_backoff_seconds": 1800
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request PATCH \
--url https://api.ara.so/automations/runtime/jobs/{job_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"enabled": true,
"payload": {},
"max_retries": 10,
"retry_backoff_seconds": 1800
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
Was this page helpful?