From c611232e684247b691ae56a48063c940c5019b95 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Thu, 23 Jan 2025 10:29:42 +0000 Subject: [PATCH] Generate rabbitmq --- services/rabbitmq/api_default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/rabbitmq/api_default.go b/services/rabbitmq/api_default.go index 4dcd750c9..051e41c39 100644 --- a/services/rabbitmq/api_default.go +++ b/services/rabbitmq/api_default.go @@ -1740,7 +1740,7 @@ ListOfferings: get the service offerings Get the service offerings that the service broker offers. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). - @param projectId + @param projectId Project id on which user has permissions @return ApiListOfferingsRequest */ func (a *APIClient) ListOfferings(ctx context.Context, projectId string) ApiListOfferingsRequest {