Skip to content

Commit df654ec

Browse files
committed
Add links to API reference
1 parent 9b2a6ca commit df654ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/operate/rc/api/examples/manage-subscriptions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The response body contains the `taskId` for the task that creates the subscripti
5050

5151
### Update an Essentials subscription
5252

53-
Use [`PUT /v1/fixed/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#ADD-TAG" >}}) to update an Essentials subscription.
53+
Use [`PUT /v1/fixed/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/updateSubscription_1" >}}) to update an Essentials subscription.
5454

5555
```sh
5656
PUT "https://[host]/v1/fixed/subscriptions/{subscriptionId}"
@@ -80,7 +80,7 @@ The response body contains the `taskId` for the task that updates the subscripti
8080

8181
### Delete an Essentials subscription
8282

83-
Use [`DELETE /v1/fixed/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#ADD-TAG" >}}) to delete a subscription.
83+
Use [`DELETE /v1/fixed/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/deleteSubscriptionById_1" >}}) to delete a subscription.
8484

8585
```sh
8686
DELETE "https://[host]/v1/fixed/subscriptions/{subscriptionId}"
@@ -91,7 +91,7 @@ The response body contains the `taskId` for the task that deletes the subscripti
9191

9292
### Create a Pro subscription
9393

94-
Use [`POST /v1/subscriptions`]({{< relref "/operate/rc/api/api-reference#ADD-TAG" >}}) to create a Pro subscription.
94+
Use [`POST /v1/subscriptions`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Pro/operation/createSubscription" >}}) to create a Pro subscription.
9595

9696
```sh
9797
POST "https://[host]/v1/subscriptions"
@@ -130,7 +130,7 @@ Modify the following parameters in the sample JSON document to create a subscrip
130130

131131
- **`cloudAccountId`** - Set a cloud account ID connected to your account.
132132

133-
To list cloud account IDs, use [`GET /v1/cloud-accounts`]({{< relref "/operate/rc/api/api-reference#ADD-TAG" >}}).
133+
To list cloud account IDs, use [`GET /v1/cloud-accounts`]({{< relref "/operate/rc/api/api-reference#tag/Cloud-Accounts/operation/getCloudAccounts" >}}).
134134

135135
You don't need to pass this field in your API request if you want to use internal resources.
136136

@@ -146,7 +146,7 @@ The response body contains the `taskId` for the task that creates the subscripti
146146

147147
### Update a Pro subscription
148148

149-
Use [`PUT /v1/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#ADD-TAG" >}}) to update a Pro subscription.
149+
Use [`PUT /v1/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Pro/operation/updateSubscription" >}}) to update a Pro subscription.
150150

151151
```sh
152152
PUT "https://[host]/v1/subscriptions/{subscriptionId}"
@@ -167,7 +167,7 @@ The response body contains the `taskId` for the task that updates the subscripti
167167

168168
### Delete a Pro subscription
169169

170-
Use [`DELETE /v1/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#ADD-TAG" >}}) to delete a subscription.
170+
Use [`DELETE /v1/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Pro/operation/deleteSubscriptionById" >}}) to delete a subscription.
171171

172172
```sh
173173
DELETE "https://[host]/v1/subscriptions/{subscriptionId}"

0 commit comments

Comments
 (0)