Edit tasks

This method allows to edit multiple tasks. When updating multiple tasks, an array of task objects is passed.

Limitations
Method is available in correspondence to the user rights.

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters

Method returns an array of edited tasks or a completed task objects. Only properties “id” and “updated_at” are returned.

Complete tasks

To complete tasks, properties "id", “result” and “is_completed” should be passed.

Body Params
RAW_BODY
array of objects
RAW_BODY
Headers
string
enum
Defaults to application/hal+json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/hal+json
application/problem+json