{ "operationId": "Upload a binary announcement greeting at the location level", "method": "POST", "path": "/telephony/config/locations/{locationId}/announcements", "summary": "Upload a binary announcement greeting at the location level", "requestExamples": [ { "contentType": "application/json", "example": { "name": "Public_Announcement", "fileUri": "https://example.com/announcements/greeting.wav", "fileName": "greeting.wav", "isTextToSpeech": false } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zMjAxNjRmNC1lNWEzLTQxZmYtYTMyNi02N2MwOThlNDFkMWQ" } } ] }