From 49355acecedeb288ed2cbe86daa068002178110f Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 31 Mar 2025 16:00:17 -0500 Subject: [PATCH] fix(dedicated): Specify Dedicated requires account_id and cluster_id --- api-docs/influxdb3/cloud-dedicated/management/openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/influxdb3/cloud-dedicated/management/openapi.yml b/api-docs/influxdb3/cloud-dedicated/management/openapi.yml index c5fde619c..7215ce4cc 100644 --- a/api-docs/influxdb3/cloud-dedicated/management/openapi.yml +++ b/api-docs/influxdb3/cloud-dedicated/management/openapi.yml @@ -31,7 +31,7 @@ tags: - name: Authentication x-traitTag: true description: | - The InfluxDB Management API endpoints require the following credentials: + With InfluxDB 3 Cloud Dedicated, the InfluxDB Management API endpoints require the following credentials: - `ACCOUNT_ID`: The ID of the [account](/influxdb3/cloud-dedicated/get-started/setup/#request-an-influxdb-cloud-dedicated-cluster) that the cluster belongs to. To view account ID and cluster ID, [list cluster details](/influxdb3/cloud-dedicated/admin/clusters/list/#detailed-output-in-json). - `CLUSTER_ID`: The ID of the [cluster](/influxdb3/cloud-dedicated/get-started/setup/#request-an-influxdb-cloud-dedicated-cluster) that you want to manage. To view account ID and cluster ID, [list cluster details](/influxdb3/cloud-dedicated/admin/clusters/list/#detailed-output-in-json).