Skip to content

Commit 555d642

Browse files
authored
Merge pull request #1393 from redis/format-fix
Formatting issue on API example page
2 parents 72b8238 + c9751a3 commit 555d642

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ 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:
72-
- Is in the same cloud provider and region of your current plan.
73-
- 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.
70+
71+
- Is in the same cloud provider and region of your current plan.
72+
73+
- 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.
74+
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.
7476

7577
- **`paymentMethodId`** - Specify a different payment method connected to your account.
7678

0 commit comments

Comments
 (0)