svix-webhooks icon indicating copy to clipboard operation
svix-webhooks copied to clipboard

Don't get any good error response

Open kristianbendren opened this issue 5 months ago • 0 comments

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)

kristianbendren avatar Sep 12 '24 08:09 kristianbendren