pub async fn patch_messenger_with_id(
    configuration: &Configuration,
    messenger_id: &str,
    messenger_request: Option<MessengerRequest>
) -> Result<MessengerResponse, Error<PatchMessengerWithIdError>>
Expand description

Updates, via PATCH, the messenger with the given Id.