diff --git a/services/rabbitmq/api_default.go b/services/rabbitmq/api_default.go index 5cf8a414f..abbccc176 100644 --- a/services/rabbitmq/api_default.go +++ b/services/rabbitmq/api_default.go @@ -363,6 +363,7 @@ type DefaultApi interface { PartialUpdateInstance update a service instance Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @param regionId region in which the project resides diff --git a/services/rabbitmq/oas_commit b/services/rabbitmq/oas_commit index ebd6afd42..ec6f0b9d6 100644 --- a/services/rabbitmq/oas_commit +++ b/services/rabbitmq/oas_commit @@ -1 +1 @@ -618a0fac344b8a4bb594f713007825ce82956406 +b7d1b614138d667d378a5fd45e2a91539a7fb02e diff --git a/services/rabbitmq/v1api/api_default.go b/services/rabbitmq/v1api/api_default.go index 89ca902d6..81d553e7b 100644 --- a/services/rabbitmq/v1api/api_default.go +++ b/services/rabbitmq/v1api/api_default.go @@ -241,6 +241,7 @@ type DefaultAPI interface { Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param instanceId id of the instance being updated diff --git a/services/rabbitmq/v2api/api_default.go b/services/rabbitmq/v2api/api_default.go index fc251ad23..a98859ad7 100644 --- a/services/rabbitmq/v2api/api_default.go +++ b/services/rabbitmq/v2api/api_default.go @@ -255,6 +255,7 @@ type DefaultAPI interface { Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @param regionId region in which the project resides