patch https://api.zeal.com/shifts
Edit shifts that are in the pending stage. Given the Zeal Shift ID and the fields and values to change, Zeal will update the shift. The shift MUST still be in the pending stage.
Returns
Returns response status and a list of the updated Shift Object.
attributes | types | description |
---|---|---|
success | boolean | Response status |
data | array | List of updated Shift Object |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |