{ "operationId": "Update a Location's RedSky Compliance Status", "method": "PUT", "path": "/telephony/config/locations/{locationId}/redSky/status", "summary": "Update a Location's RedSky Compliance Status", "requestExamples": [ { "contentType": "application/json", "example": { "complianceStatus": "LOCATION_SETUP" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "locationsStatus": { "state": "LOCATION_SETUP", "count": 2, "locations": [ { "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA", "name": "MainOffice" } ] } } } ] }