Task Management
Update
PATCH
/taskmanagementmodules/{moduleId}/tasks/{taskId}
https://api.relesystest.net/api/v1.3/taskmanagementmodules/{moduleId}/tasks/{taskId}
Update a task with
Accepts a JsonPatch request in the body and replaces provided fields.
The following fields are allowed to be updated:
When task has
The Create Task endpoint's documentation provides information on all assignee related aspects.
For more information on permissions, Markdown syntax and recurrence rules visit their respective concept pages.
taskId in a module with moduleId.Accepts a JsonPatch request in the body and replaces provided fields.
The following fields are allowed to be updated:
name, locales, permissions, mediaIds,
availableFrom, availableFromTimeZone, availableUntil, availableUntilTimeZone, notifyManagerOfDepartmentType,
reminderDueSoonIntervalInDays, reminderIntervalInDays, lockByAvailableFrom, lockByAvailableUntil,
hideAuthor, disableComments, assigneeType, assigneeIds, assignedDepartmentType,
categoryIds, serviceFormId, recurrence (only for recurring task containers (parent tasks).summary in locales must be provided using Markdown syntax.When task has
recurrence, availableFrom should be the same as the recurrence rule's DTSTART date,
availableFromTimeZone must match availableUntilTimeZone, and
availableUntil should be on the same day, since it is used for task's duration.The Create Task endpoint's documentation provides information on all assignee related aspects.
For more information on permissions, Markdown syntax and recurrence rules visit their respective concept pages.
Scopes: relesys.api, relesys.api:write, relesys.api.taskmanagement, relesys.api.taskmanagement:write
URL Path
| moduleId | string / guid | The module's unique identifier | required | |
| taskId | string / guid | The task's unique identifier | required |
Request Body
application/json-patch+json| array[object] | ||||
| from | string | optional | ||
| op | string | optional | ||
| path | string | optional | ||
| value | object | optional | ||