Skip to content

Commit 03f9daa

Browse files
committed
Clean up paths
1 parent 506eaba commit 03f9daa

File tree

8 files changed

+9
-12
lines changed

8 files changed

+9
-12
lines changed

cloud-controlplane/overlays/add-x-topics.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ actions:
1111
x-topics:
1212
- title: Quickstart
1313
content:
14-
$ref: ../x-topics/controlplane-api-quickstart.md
14+
$ref: ../x-topics/quickstart.md
1515
- title: Cloud API Overview
1616
content:
1717
$ref: ../../shared/x-topics/cloud-api-overview.md
@@ -20,13 +20,13 @@ actions:
2020
$ref: ../../shared/x-topics/about-authentication.md
2121
- title: Regions and Usage Tiers
2222
content:
23-
$ref: ../x-topics/cloud-api-regions.md
23+
$ref: ../x-topics/cloud-regions.md
2424
- title: Long-running Operations
2525
content:
2626
$ref: ../x-topics/long-running-operations.md
2727
- title: Error and Status Codes
2828
content:
29-
$ref: ../x-topics/controlplane-api-error-and-status-codes.md
29+
$ref: ../x-topics/error-and-status-codes.md
3030
- title: Deprecation Policy
3131
content:
3232
$ref: ../../shared/x-topics/cloud-api-deprecation-policy.md
File renamed without changes.

cloud-controlplane/x-topics/controlplane-api-error-and-status-codes.md renamed to cloud-controlplane/x-topics/error-and-status-codes.md

File renamed without changes.

cloud-controlplane-api/x-topics/long-running-operations.md renamed to cloud-controlplane/x-topics/long-running-operations.md

File renamed without changes.

cloud-controlplane/x-topics/controlplane-api-quickstart.md renamed to cloud-controlplane/x-topics/quickstart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ You can issue requests against the Control Plane API from your browser when view
2323
1. Enter the `client_id` and `client_secret` values you generated using the service account.
2424
1. For `audience`, select `cloudv2-production.redpanda.cloud`.
2525
1. Click **Send Request** on the code example to the right.
26-
27-
The Response block should populate with an `access_token` value. Copy the string value without the quotes. To you make your next request on a different endpoint in the API Explorer, add the access token in the Authentication field.
28-
26+
The Response block should populate with an `access_token` value. Copy the string value without the quotes. To make your next request to a different endpoint in the API Explorer, add the access token in the Authentication field.
2927
> **Warning:** API requests from this page are executed against your actual environment and data, not a sandbox.
3028
3129
## Create a new cluster

cloud-dataplane/overlays/add-x-topics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ actions:
1111
x-topics:
1212
- title: Quickstart
1313
content:
14-
$ref: ../x-topics/dataplane-api-quickstart.md
14+
$ref: ../x-topics/quickstart.md
1515
- title: Cloud API Overview
1616
content:
1717
$ref: ../../shared/x-topics/cloud-api-overview.md
@@ -20,7 +20,7 @@ actions:
2020
$ref: ../../shared/x-topics/about-authentication.md
2121
- title: Error and Status Codes
2222
content:
23-
$ref: ../x-topics/dataplane-api-error-and-status-codes.md
23+
$ref: ../x-topics/error-and-status-codes.md
2424
- title: Deprecation Policy
2525
content:
2626
$ref: ../../shared/x-topics/cloud-api-deprecation-policy.md

cloud-dataplane/x-topics/dataplane-api-error-and-status-codes.md renamed to cloud-dataplane/x-topics/error-and-status-codes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ The Redpanda Cloud API uses HTTP codes to indicate the status of a request. The
55
Example request:
66

77
```bash
8-
curl https://api.redpanda.com/v1/clusters | jq
9-
```
8+
curl https://<dataplane_api_url>/topics | jq
109

1110
Example response:
1211

@@ -18,9 +17,9 @@ Example response:
1817
{
1918
"@type": "google.rpc.ErrorInfo",
2019
"reason": "REASON_NO_TOKEN",
21-
"domain": "redpanda.com/controlplane",
20+
"reason": "REASON_NO_TOKEN",
21+
"domain": "redpanda.com/dataplane",
2222
"metadata": {}
23-
},
2423
{
2524
"@type": "google.rpc.Help",
2625
"links": [
File renamed without changes.

0 commit comments

Comments
 (0)