From 80f801b26aa58fa05bc40bd2d99f412dfb4a4d22 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Thu, 23 Jan 2025 09:29:51 +0000 Subject: [PATCH] Generate logme --- services/logme/api_default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/logme/api_default.go b/services/logme/api_default.go index 79d740b7e..20a087b46 100644 --- a/services/logme/api_default.go +++ b/services/logme/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 {