curl --request POST \
--url https://api.ara.so/automations/runtime/jobs \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"message": "<string>",
"schedule_kind": "<string>",
"every_seconds": 2,
"schedule_expr": "<string>",
"timezone": "UTC",
"deliver": false
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request POST \
--url https://api.ara.so/automations/runtime/jobs \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"message": "<string>",
"schedule_kind": "<string>",
"every_seconds": 2,
"schedule_expr": "<string>",
"timezone": "UTC",
"deliver": false
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
Was this page helpful?