{ "operationId": "modifyPersonalAssistant", "method": "PUT", "path": "/telephony/config/people/{personId}/features/personalAssistant", "summary": "Update Personal Assistant", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": true, "presence": "BUSINESS_TRIP", "untilDateTime": "2022-08-24T06:18:31.092Z", "transferEnabled": true, "transferNumber": "+14126525012", "alerting": "ALERT_ME_FIRST", "alertMeFirstNumberOfRings": 3 } } ], "responseExamples": [] }