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 PATCH \ --url https://cloud.kaneo.app/api/task/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskIds": [ "<string>" ], "value": "<string>" } '
{ "success": true, "updatedCount": 123 }
Perform bulk operations on multiple tasks
Bearer token authentication
1
updateStatus
updatePriority
updateAssignee
delete
addLabel
removeLabel
updateDueDate
Bulk operation completed successfully
Was this page helpful?