Bulk-update tasks
Bulk-update tasks
Any of the filters of the GET endpoint may be used as query parameters or passed in the request body (see [Filter Parameters](https://developer.close.com/api/overview/filter-parameters)). For example:
```json
{"_params": {"id__in": "task_A,task_B,task_C"}, "is_complete": true}
```
Only the `assigned_to`, `date` and `is_complete` fields may be updated.
Authentication
AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
assigned_to
format
id
id__in
is_complete
lead_id
_order_by
organization_id
_type
_type__in
view
date
date__lt
date__lte
date__gt
date__gte
due_date
due_date__lt
due_date__lte
due_date__gt
due_date__gte
date_created__lt
date_created__lte
date_created__gt
date_created__gte
date_updated__lt
date_updated__lte
date_updated__gt
date_updated__gte
_fields
Comma-separated list of fields to include in the response.
Request
This endpoint expects an object.
assigned_to
date
is_complete
organization_id
priority
resolution
text
Response
Successful response
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error