pub async fn update_user_action_with_id(
configuration: &Configuration,
user_action_id: &str,
reactivate: Option<&str>,
x_fusion_auth_tenant_id: Option<&str>,
user_action_request: Option<UserActionRequest>,
) -> Result<UserActionResponse, Error<UpdateUserActionWithIdError>>
Expand description
Reactivates the user action with the given Id. OR Updates the user action with the given Id.