We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c725b4d commit a693618Copy full SHA for a693618
1 file changed
api/v3/handlers/billinginvoices/get.go
@@ -46,7 +46,7 @@ func (h *handler) GetBillingInvoice() GetBillingInvoiceHandler {
46
commonhttp.JSONResponseEncoderWithStatus[GetBillingInvoiceResponse](http.StatusOK),
47
httptransport.AppendOptions(
48
h.options,
49
- httptransport.WithOperationName("get-billing-invoice"),
+ httptransport.WithOperationName("get-invoice"),
50
httptransport.WithErrorEncoder(apierrors.GenericErrorEncoder()),
51
httptransport.WithErrorEncoder(errorEncoder()),
52
)...,
0 commit comments