// Initialize the clientvar client = new AgentStudioClient( new AgentStudioConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));// Call the APIvar response = await client.UpdateProviderAsync( "c2905529-b933-4b69-87ec-75f9829d5f59", new ProviderAuthenticationPatch { Name = "Updated Provider Name" });// print the responseConsole.WriteLine(response);
See the full API reference
For more details about input parameters
and response fields.