update_user_action_with_id

Function update_user_action_with_id 

Source
pub async fn update_user_action_with_id(
    configuration: &Configuration,
    user_action_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    reactivate: Option<&str>,
    user_action_request: Option<UserActionRequest>,
) -> Result<UserActionResponse, Error<UpdateUserActionWithIdError>>
Expand description

Updates the user action with the given Id. OR Reactivates the user action with the given Id.