{ "operationId": "Update Screen Pop Configuration", "method": "PUT", "path": "/telephony/config/locations/{locationId}/queues/{queueId}/cxEssentials/screenPop", "summary": "Update Screen Pop Configuration", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": true, "screenPopUrl": "http://localhost:8086/screenpop", "desktopLabel": "example screen pop", "queryParams": { "example-parameter-1": "example-value-1", "example-parameter-2": "example-value-2" } } } ], "responseExamples": [] }