diff --git a/sdk-dotnet/src/Inferable.cs b/sdk-dotnet/src/Inferable.cs index d1196259..fca24a2e 100644 --- a/sdk-dotnet/src/Inferable.cs +++ b/sdk-dotnet/src/Inferable.cs @@ -31,10 +31,10 @@ public struct OnStatusChangeInput } /// - /// Input object for handleCustomerAuth functions - /// https://docs.inferable.ai/pages/auth#handlecustomerauth + /// Input object for handleCustomAuth functions + /// https://docs.inferable.ai/pages/custom-auth /// - public struct HandleCustomerAuthInput + public struct HandleCustomAuthInput { [JsonPropertyName("token")] public string Token { get; set; }