POST
/
api
/
v2
/
tasks
/
limits
Update task limits
curl --request POST \
  --url https://api.vida.dev/api/v2/tasks/limits \
  --header 'Content-Type: application/json' \
  --data '{
  "businessHours": {},
  "cooldowns": {},
  "daily": {},
  "concurrencyPerRun": 123
}'

Body

application/json
businessHours
object
cooldowns
object
daily
object
concurrencyPerRun
integer

Response

Limits updated successfully