Discussions

Ask a Question
Back to All

Update Shifts: Internal Server Error

I am having an issue updating a shift in the schedule. This issue can repeated using the live API. Simply enter a valid schedulerID then create and object and enter a valid shiftID along with, say, a new title. After having provided all required parameters, click "Try It!" and observe the response.

{
"details": {
"error_message": "Internal server error",
"error_code": 1000
},
"error": "Internal Server Error",
"path": "/scheduler/v1/schedulers//shifts",
"request_id": "db105255-6581-4ea0-835d-bfad9c1b7f82"
}

Presumably, this should return a success response or a response to indicate a reason as to why the shift title (in this example) cannot be changed.