Modifies a list of planned efforts of a given task.

Only the efforts passed in the request will be updated, ignoring any missing effort. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The list of planned efforts to be modified.
userIdstringRequiredformat: "uuid"
The id of the user that is assigned to the task.
plannedEffortinteger or nullOptional
The planned effort of the user assigned to the task, in seconds.

Response

No Content