Scheduling
Update assignment
patch/v1/workspaces/{workspaceId}/scheduling/assignments/recurring/{assignmentId}
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
assignmentIdstring required
Represents an assignment identifier across the system.
Example:5b641568b07987035750505e
Represents an assignment identifier across the system.
Request body
Example request
{
"end": "2021-01-01T00:00:00Z",
"hoursPerDay": 7.5,
"note": "This is a sample note for an assignment.",
"seriesUpdateOption": "THIS_ONE",
"start": "2020-01-01T00:00:00Z",
"startTime": "10:00:00",
"taskId": "56b687e29ae1f428e7ebe505"
}Response
OK