@@ -212,7 +212,7 @@ components:
212212 info :
213213 $ref : ' #/components/schemas/ConnectCluster.Info'
214214 name :
215- description : Unique name of Connect cluster. For Redpanda Cloud, the value is `redpanda`.
215+ description : Unique name of connect cluster. For Redpanda Cloud, the value is `redpanda`.
216216 type : string
217217 plugins :
218218 items :
@@ -683,7 +683,7 @@ components:
683683 { "reason": "API_DISABLED"
684684 "domain": "googleapis.com"
685685 "metadata": {
686- "resource": "projects/1234 ",
686+ "resource": "projects/123 ",
687687 "service": "pubsub.googleapis.com"
688688 }
689689 }
@@ -2081,8 +2081,6 @@ components:
20812081 description : The secret data. Must be Base64-encoded.
20822082 format : byte
20832083 type : string
2084- required :
2085- - secret_data
20862084 type : object
20872085 UpdateSecretResponse :
20882086 description : UpdateSecretResponse is the response of UpdateSecret.
@@ -3493,7 +3491,7 @@ paths:
34933491 description : ' List Kafka Connect cluster secrets. Optional: filter based on secret name and labels.'
34943492 operationId : SecretService_ListKafkaConnectSecrets
34953493 parameters :
3496- - description : Unique name of target Connect cluster. For Redpanda Cloud, use `redpanda`.
3494+ - description : Unique name of target connect cluster. For Redpanda Cloud, use `redpanda`.
34973495 in : path
34983496 name : cluster_name
34993497 required : true
@@ -3612,7 +3610,7 @@ paths:
36123610 description : Delete a Kafka Connect cluster secret.
36133611 operationId : SecretService_DeleteKafkaConnectSecret
36143612 parameters :
3615- - description : Unique name of target Connect cluster. For Redpanda Cloud, use `redpanda`.
3613+ - description : Unique name of target connect cluster. For Redpanda Cloud, use `redpanda`.
36163614 in : path
36173615 name : cluster_name
36183616 required : true
@@ -5616,7 +5614,7 @@ paths:
56165614 schema :
56175615 $ref : ' #/components/schemas/TransformMetadata'
56185616 description : Created
5619- summary : Deploy transform
5617+ summary : Deploy Transform
56205618 tags :
56215619 - Wasm Transforms
56225620 /v1/transforms/{name} :
0 commit comments