Skip to content

Commit c9751a3

Browse files
committed
Change to /fixed/plans/subscriptions/{subscriptionId} for editing
1 parent eccbcf3 commit c9751a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ You can only change the following settings with this endpoint:
6666

6767
- **`planId`** - Specify a new Essentials plan to change to.
6868

69-
Use [`GET /v1/fixed/plans`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/getAllFixedSubscriptionsPlans" >}}) to get a list of plan IDs.
70-
7169
You can only change to a plan that:
7270

7371
- Is in the same cloud provider and region of your current plan.
7472

7573
- Has a compatible [High-availability option]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) to your current plan. For example, if your current plan has single-zone replication, you cannot switch to a plan with multi-zone replication, but you can switch to a plan with no replication. If your current plan has multi-zone replication, you must switch to a plan with multi-zone replication.
7674

75+
Use [`GET /v1/fixed/plans/subscriptions/{subscriptionID}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/getFixedSubscriptionsPlanById" >}}) to get a list of plan IDs that are compatible with your subscription.
76+
7777
- **`paymentMethodId`** - Specify a different payment method connected to your account.
7878

7979
Use [`GET /v1/payment-methods`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountPaymentMethods" >}}) to find a payment method ID.

0 commit comments

Comments
 (0)