Edit multiple tasks
POST
/api/tasks/bulk/edit
Authorizations
bearerAuth
API token created via POST /api/tokens or the db:create-token CLI command
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"task_ids": [
0
],
"changes": {
"priority": 0,
"labels": [
"string"
],
"project_id": 0
}
}
Responses
Bulk operation result
application/json
JSON
{
"tasks_affected": 0
}
POST
/api/tasks/bulk/edit
