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 f095902 commit 3d3ce34Copy full SHA for 3d3ce34
1 file changed
api/v3/handlers/subscriptions/subscriptionaddons/create.go
@@ -84,7 +84,7 @@ func (h *handler) CreateSubscriptionAddon() CreateSubscriptionAddonHandler {
84
commonhttp.JSONResponseEncoderWithStatus[CreateSubscriptionAddonResponse](http.StatusCreated),
85
httptransport.AppendOptions(
86
h.options,
87
- httptransport.WithOperationName("create-plan-addon"),
+ httptransport.WithOperationName("create-subscription-addon"),
88
httptransport.WithErrorEncoder(apierrors.GenericErrorEncoder()),
89
)...,
90
)
0 commit comments