Skip to main content
PATCH
Update Assignment

Authorizations

Authorization
string
header
required

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

Path Parameters

assignment_id
string<uuid>
required

Body

application/json

Admin assignment update request.

role
string | null
startDate
string<date> | null
endDate
string<date> | null

Response

Successful Response

Assignment with denormalized user/ship names for API responses.

id
string<uuid>
required
userId
string<uuid>
required
userName
string
required
userEmail
string
required
shipId
string<uuid>
required
shipName
string
required
role
string
required
startDate
string<date> | null
required
endDate
string<date> | null
required
isActive
boolean
required
shipImoNumber
string | null