Change user task details

This endpoint changes the details of a single task of a certain user. The user is identified by the given authentication.

Request

URL: /task/tasks/{taskId}

Method: PUT

Authorization: required

PUT /ibis/rest/task/tasks/23 HTTP/1.1
Accept: application/xml
Host: localhost:8080

Request Parameters

Name Description Required Allowed values

taskId

Unique task identifier

yes

Any positive integer

path

XPath describing the XML element to be changed

yes

Any string

value

The new value to be set

yes

Any string

Response

HTTP/1.1 200 OK
Content-Tye: application/xml
Content-Length: 1290

<task>
    ...
</task>

Errors

Client error locked (423)

If task is currently locked. Task needs to be unlocked before it can be changed.