{ "operationId": "Configure Caller ID Settings for a Workspace", "method": "PUT", "path": "/workspaces/{workspaceId}/features/callerId", "summary": "Configure Caller ID Settings for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "selected": "DIRECT_LINE", "customNumber": "+12815550003", "displayName": "Clockmaker's shop 7.1", "displayDetail": ".", "blockInForwardCallsEnabled": false, "externalCallerIdNamePolicy": "DIRECT_LINE", "customExternalCallerIdName": "Anna", "directLineCallerIdName": { "selection": "CUSTOM_NAME", "customName": "Hakim Smith" }, "dialByName": "Hakim Smith" } } ], "responseExamples": [] }