Skip to content

Commit 5f45665

Browse files
authored
Apply suggestions from code review
1 parent 3d22c2b commit 5f45665

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cloud-controlplane/cloud-controlplane.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3258,7 +3258,7 @@ components:
32583258
x-client-id: dQjapNIAHhF7EQqQToRla3yEII9sUSap
32593259
type: oauth2
32603260
info:
3261-
description: The Redpanda Cloud Control Plane API allows programmatic management of Redpanda Cloud resources including clusters, networks, and resource groups.
3261+
description: 'Use the Control Plane API to manage resources in your Redpanda Cloud organization such as clusters and networks.'
32623262
title: Redpanda Cloud Control Plane API
32633263
version: v1
32643264
openapi: 3.0.3
@@ -5690,7 +5690,7 @@ tags:
56905690
name: Resource Groups
56915691
- description: Manage [Redpanda Serverless](https://docs.redpanda.com/redpanda-cloud/get-started/cloud-overview/#redpanda-cloud-cluster-types) clusters. For detailed steps, see [Use the Control Plane API with Serverless](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-serverless-controlplane-api/).
56925692
name: Serverless Clusters
5693-
- description: Manage Redpanda Serverless Private Links. For detailed steps and information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/).
5693+
- description: Manage Redpanda Serverless Private Links.
56945694
name: Serverless Private Links
56955695
- description: See available Redpanda Serverless regions.
56965696
name: Serverless Regions

cloud-dataplane/cloud-dataplane.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -3491,7 +3491,7 @@ paths:
34913491
description: 'List Kafka Connect cluster secrets. Optional: filter based on secret name and labels.'
34923492
operationId: SecretService_ListKafkaConnectSecrets
34933493
parameters:
3494-
- 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`.
34953495
in: path
34963496
name: cluster_name
34973497
required: true
@@ -3608,7 +3608,7 @@ paths:
36083608
description: Delete a Kafka Connect cluster secret.
36093609
operationId: SecretService_DeleteKafkaConnectSecret
36103610
parameters:
3611-
- description: Unique name of target connect cluster. For Redpanda Cloud, use `redpanda`.
3611+
- description: Unique name of target Connect cluster. For Redpanda Cloud, use `redpanda`.
36123612
in: path
36133613
name: cluster_name
36143614
required: true
@@ -5610,7 +5610,7 @@ paths:
56105610
schema:
56115611
$ref: '#/components/schemas/TransformMetadata'
56125612
description: Created
5613-
summary: Deploy Transform
5613+
summary: Deploy transform
56145614
tags:
56155615
- Wasm Transforms
56165616
/v1/transforms/{name}:

0 commit comments

Comments
 (0)