Skip to content

Commit 668ee02

Browse files
committed
Fix default value
1 parent 2bc5fab commit 668ee02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloud-dataplane/cloud-dataplane.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4978,9 +4978,9 @@ servers:
49784978
url: 'https://{dataplane_api_url}.cloud.redpanda.com'
49794979
variables:
49804980
dataplane_api_url:
4981-
default: ""
4981+
default: "dataplane_api.url"
49824982
description: |-
4983-
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>
4983+
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>
49844984
Example (Dedicated): "https://api-a4cb21.ck09mi9c4vs17hng9gig.fmc.prd.cloud.redpanda.com"<br>
49854985
Example (BYOC): "https://api-a4cb21.ck09mi9c4vs17hng9gig.byoc.prd.cloud.redpanda.com"
49864986
tags:

0 commit comments

Comments
 (0)