Modifies a list of planned efforts of a given task.

Only the efforts passed in the request will be updated, ignoring any missing effort.

Required Permissions
Any authenticated user.

Path parameters

taskIdUUIDRequired

The id of the task.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a list of objects.
userIdUUIDRequired

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