Die INUBIT Version 7.4 wird nicht mehr gewartet.

Sollten Sie diese INUBIT Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten INUBIT Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

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 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>
SUCCESS_CREATED

Task successfully created.

Errors

CLIENT_ERROR_LOCK

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