Bulk update shifts (asynchronous)

Updates multiple shifts in bulk with field-level updates. Only fields specified in the fieldMasks array will be updated. This is an asynchronous API that returns immediately with an operation ID in the response metadata.operation.id field. Use the operation ID to poll the /operations/v2/operations/{id} endpoint to check completion status. The operation processes updates in the background.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
fieldMasks
array of strings

Array of field masks specifying which fields should be updated. Only fields listed here will be modified.

fieldMasks
Body Params
fields
object

Field values to apply to all shifts in the update.

shifts
array of objects

Array of shift IDs to update.

shifts
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json