Skip to content

Commit 7b8b08f

Browse files
committed
Fix dataplane url variable to work with Bump API Explorer
1 parent 8df65a3 commit 7b8b08f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cloud-dataplane/cloud-dataplane.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4976,12 +4976,12 @@ security:
49764976
- auth0: []
49774977
servers:
49784978
- description: Data Plane API
4979-
url: 'https://{dataplane_api_url}.redpanda.com'
4979+
url: 'https://{dataplane_api_url}.cloud.redpanda.com'
49804980
variables:
49814981
dataplane_api_url:
4982-
default: https://{dataplane_api_url}.redpanda.com
4982+
default: ""
49834983
description: |-
4984-
Find the Data Plane API base URL of a cluster by calling the Get Cluster endpoint of the Control Plane API. The dataplane_api.url field is returned in the response body.<br><br>
4984+
Find the Data Plane API base URL of a cluster by calling the Get Cluster endpoint of the Control Plane API. The dataplane_api.url field is returned in the response body. This field is required and there is no default value.<br><br>
49854985
Example (Dedicated): "https://api-a4cb21.ck09mi9c4vs17hng9gig.fmc.prd.cloud.redpanda.com"<br>
49864986
Example (BYOC): "https://api-a4cb21.ck09mi9c4vs17hng9gig.byoc.prd.cloud.redpanda.com"
49874987
tags:

0 commit comments

Comments
 (0)