You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/api/examples/manage-subscriptions.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The response body contains the `taskId` for the task that creates the subscripti
50
50
51
51
### Update an Essentials subscription
52
52
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.
54
54
55
55
```sh
56
56
PUT "https://[host]/v1/fixed/subscriptions/{subscriptionId}"
@@ -80,7 +80,7 @@ The response body contains the `taskId` for the task that updates the subscripti
80
80
81
81
### Delete an Essentials subscription
82
82
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.
@@ -91,7 +91,7 @@ The response body contains the `taskId` for the task that deletes the subscripti
91
91
92
92
### Create a Pro subscription
93
93
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.
95
95
96
96
```sh
97
97
POST "https://[host]/v1/subscriptions"
@@ -130,7 +130,7 @@ Modify the following parameters in the sample JSON document to create a subscrip
130
130
131
131
-**`cloudAccountId`** - Set a cloud account ID connected to your account.
132
132
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" >}}).
134
134
135
135
You don't need to pass this field in your API request if you want to use internal resources.
136
136
@@ -146,7 +146,7 @@ The response body contains the `taskId` for the task that creates the subscripti
146
146
147
147
### Update a Pro subscription
148
148
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.
150
150
151
151
```sh
152
152
PUT "https://[host]/v1/subscriptions/{subscriptionId}"
@@ -167,7 +167,7 @@ The response body contains the `taskId` for the task that updates the subscripti
167
167
168
168
### Delete a Pro subscription
169
169
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.
0 commit comments