svix / svix-webhooks

The enterprise-ready webhooks service 🦀
https://www.svix.com
MIT License
2.32k stars 159 forks source link

Don't get any good error response #1432

Open kristianbendren opened 2 weeks ago

kristianbendren commented 2 weeks ago

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)