Modifies planned efforts for the given task assignments.

Only the provided assignments are updated; missing assignments remain unchanged. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

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

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Request

The planned Efforts.
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.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error