From b50c573af9622cca0805b78d343fd1e2ba4867c8 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Mon, 24 Aug 2026 06:22:37 +0000 Subject: [PATCH] Generate rabbitmq --- services/rabbitmq/api_default.go | 1 + services/rabbitmq/oas_commit | 2 +- services/rabbitmq/v1api/api_default.go | 1 + services/rabbitmq/v2api/api_default.go | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) 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..363515d3e 100644 --- a/services/rabbitmq/oas_commit +++ b/services/rabbitmq/oas_commit @@ -1 +1 @@ -618a0fac344b8a4bb594f713007825ce82956406 +127d9fd6bc674ed6ae757e63103645d95f7163a5 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