Skip to content

Commit

Permalink
Fixes to typos on Cloud API page (#19298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox authored Jan 15, 2025
1 parent 9074f54 commit b4b3161
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/current/cockroachcloud/cloud-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cloud: true

The Cloud API is a [REST interface](https://wikipedia.org/wiki/Representational_state_transfer) that allows you programmatic access to manage the lifecycle of clusters within your organization.

This document pertains to the `latest` version of the API's `v1` endpoints, `2024-09-16`. For more detailed coverage of API endpoints for this version and prior verisons, refer to the [API reference documentation](https://www.cockroachlabs.com/docs/api/cloud/v1).
This document pertains to the `latest` version of the API's `v1` endpoints, `2024-09-16`. For more detailed coverage of API endpoints for this version and prior versions, refer to the [API reference documentation](https://www.cockroachlabs.com/docs/api/cloud/v1).

To manage clusters and other resources in CockroachDB Cloud, you can also use the [CockroachDB Cloud Terraform provider]({% link cockroachcloud/provision-a-cluster-with-terraform.md %}), which implements the API.

Expand Down Expand Up @@ -799,6 +799,7 @@ If the request was successful, the client will receive a list of SQL users.
~~~

Where:

- `<SQL-username>` is the SQL username of the user.
- `<next_page_token>` is the token to use for retrieving the next page of results, if any.

Expand Down Expand Up @@ -863,6 +864,7 @@ curl --request DELETE \
~~~

Where:

- `{cluster_id}` is the unique ID of this cluster.
{{site.data.alerts.callout_info}}
The cluster ID used in the Cloud API is different from the routing ID used when [connecting to clusters]({% link cockroachcloud/connect-to-your-cluster.md %}).
Expand Down Expand Up @@ -899,6 +901,7 @@ curl --request PUT \
~~~

Where:

- `{cluster_id}` is the unique ID of this cluster.
{{site.data.alerts.callout_info}}
The cluster ID used in the Cloud API is different from the routing ID used when [connecting to clusters]({% link cockroachcloud/connect-to-your-cluster.md %}).
Expand Down

0 comments on commit b4b3161

Please sign in to comment.