pub async fn patch_user_action_reason_with_id(
configuration: &Configuration,
user_action_reason_id: &str,
user_action_reason_request: Option<UserActionReasonRequest>
) -> Result<UserActionReasonResponse, Error<PatchUserActionReasonWithIdError>>
Expand description
Updates, via PATCH, the user action reason with the given Id.