Skip to main content
PUT
Atomically replace the whole staffing requirement grid of a unit: rows missing from the payload are deleted, existing ones updated and new ones created (diff by (shift_id, weekday)). Skill requirements are synced per row when provided

Authorizations

Authorization
string
header
required

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Path Parameters

unit
string<uuid>
required

The unit ID

Body

application/json
requirements
object[]
required

Response

Array of ShiftRequirementResource

data
ShiftRequirementResource · object[]
required