Skip to main content
POST
Bulk Update Assignments

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to bulk update multiple assignments.

assignmentIds
string<uuid>[]
required
role
string | null
startDate
string<date> | null
endDate
string<date> | null
clearFields
string[] | null

Response

Successful Response

Response from bulk assignment update.

updatedCount
integer
required
assignments
AssignmentDetailDTO · object[]
required
failedAssignmentIds
string<uuid>[]
errors
string[]