Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.vida.dev/api/v2/tasks/limits \ --header 'Content-Type: application/json' \ --data ' { "businessHours": {}, "cooldowns": {}, "daily": {}, "concurrencyPerRun": 123 } '
Update task limit settings. Non-superAdmins cannot edit daily or concurrencyPerRun.
Limits updated successfully