From 815514c53b0041e555b57ceb881653eb0f67cc54 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 9 May 2025 10:24:58 -0500 Subject: [PATCH] Apply suggestions from code review --- api-docs/influxdb3/cloud-dedicated/management/openapi.yml | 2 +- content/influxdb3/cloud-dedicated/admin/databases/create.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-docs/influxdb3/cloud-dedicated/management/openapi.yml b/api-docs/influxdb3/cloud-dedicated/management/openapi.yml index 3204939cd..ccf316d56 100644 --- a/api-docs/influxdb3/cloud-dedicated/management/openapi.yml +++ b/api-docs/influxdb3/cloud-dedicated/management/openapi.yml @@ -800,7 +800,7 @@ paths: operationId: CreateClusterDatabaseTable summary: Create a database table description: | - Create a database table in a database. The database must already exist. With InfluxDB Cloud Dedicated, tables and measurements are synonymous. + Create a table. The database must already exist. With InfluxDB Cloud Dedicated, tables and measurements are synonymous. Typically, tables are created automatically on write using the measurement name specified in line protocol written to InfluxDB. diff --git a/content/influxdb3/cloud-dedicated/admin/databases/create.md b/content/influxdb3/cloud-dedicated/admin/databases/create.md index af605cecc..4d3e26f7f 100644 --- a/content/influxdb3/cloud-dedicated/admin/databases/create.md +++ b/content/influxdb3/cloud-dedicated/admin/databases/create.md @@ -67,7 +67,7 @@ You can create a database with an optional retention period and custom partition 3. In the cluster list, find and click the cluster you want to create a database in. You can sort on column headers or use the **Search** field to find a specific cluster. -4. Click the **New Database** button in the upper right corner of the cluster details page. +4. Click the **New Database** button above the database list. The **Create Database** dialog displays. Create database dialog