svix-webhooks
svix-webhooks copied to clipboard
Don't get any good error response
Bug Report
Version
Svix API (1.4)
Platform
C# nuget and svix running on self hosted Docker
Description
Send an update request on Endpoint and got this. Entered all the values in the request body.
System.Exception: Error with response: Svix.Client.ApiException: Error calling V1EndpointUpdate: System.Exception Error with response: Svix.Client.ApiException: Error calling V1EndpointUpdate: at Svix.Api.EndpointApi.V1EndpointUpdateWithHttpInfoAsync(String appId, String endpointId, EndpointUpdate endpointUpdate, CancellationToken cancellationToken) at Svix.Api.EndpointApi.V1EndpointUpdateAsync(String appId, String endpointId, EndpointUpdate endpointUpdate, CancellationToken cancellationToken) at Svix.Endpoint.UpdateAsync(String appId, String endpointId, EndpointUpdate endpoint, String idempotencyKey, CancellationToken cancellationToken)