Hello,
We are validating in a client's build environment and consistently running into a 500 error when sending slot calls (see samples below). After searching through this forum, it looks like the errors may be related to configurations in the build environment. Could you please confirm how to update slot.status or what may be causing a failure to the slot resource?
Thank you very much!
Search Slot
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "fatal",
"code": "required",
"details": {
"text": "Slot 406511669-802532635-238487619-0 is missing required fields. [Slot.status]"
},
"expression": [
"Slot.status"
]
}
]
}
Get Slot
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "fatal",
"code": "exception",
"details": {
"text": "Internal service error from resource store"
}
}