Labor
List break types
Create break type
Delete break type
Get break type
Update break type
Create shift
Search shifts
Delete shift
Get shift
Update shift
List team member wages
Get team member wage
List workweek configs
Update workweek config
Webhooks
labor.shift.created
labor.shift.deleted
labor.shift.updated
<- Labor API
Labor API
Version
2024-10-17
PUT
/v2/labor/break-types/{id}
Updates an existing BreakType.
BreakType
Example code
id
string
Required
The UUID for the BreakType being updated.
break_type
The updated BreakType.
Show attributes
The response object.
errors
Error [ ]
Any errors that occurred during the request.