Apply suggestions from code review

pull/6047/head
Jason Stirnaman 2025-05-09 10:24:58 -05:00 committed by GitHub
parent 585490b983
commit 815514c53b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.
<img src="/img/influxdb3/cloud-dedicated-admin-ui-create-database.png" alt="Create database dialog" />