From 00cfda33d8a6e831fd587574eee7e8fedb9cbdfd Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Thu, 23 Jan 2025 09:34:45 +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 {