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