From eccbcf360c16f3b8108595582185a9406006d5a1 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Wed, 9 Apr 2025 16:11:35 -0400 Subject: [PATCH 1/2] Formatting issue on API example page. --- content/operate/rc/api/examples/manage-subscriptions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/operate/rc/api/examples/manage-subscriptions.md b/content/operate/rc/api/examples/manage-subscriptions.md index 662c2da079..071619dbaa 100644 --- a/content/operate/rc/api/examples/manage-subscriptions.md +++ b/content/operate/rc/api/examples/manage-subscriptions.md @@ -69,8 +69,10 @@ You can only change the following settings with this endpoint: Use [`GET /v1/fixed/plans`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/getAllFixedSubscriptionsPlans" >}}) to get a list of plan IDs. You can only change to a plan that: - - Is in the same cloud provider and region of your current plan. - - 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. + + - Is in the same cloud provider and region of your current plan. + + - 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. - **`paymentMethodId`** - Specify a different payment method connected to your account. From c9751a367107a6bcab9c12516e53e3485d8da027 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Wed, 9 Apr 2025 16:34:58 -0400 Subject: [PATCH 2/2] Change to /fixed/plans/subscriptions/{subscriptionId} for editing --- content/operate/rc/api/examples/manage-subscriptions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/operate/rc/api/examples/manage-subscriptions.md b/content/operate/rc/api/examples/manage-subscriptions.md index 071619dbaa..4d19f91e43 100644 --- a/content/operate/rc/api/examples/manage-subscriptions.md +++ b/content/operate/rc/api/examples/manage-subscriptions.md @@ -66,14 +66,14 @@ You can only change the following settings with this endpoint: - **`planId`** - Specify a new Essentials plan to change to. - Use [`GET /v1/fixed/plans`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/getAllFixedSubscriptionsPlans" >}}) to get a list of plan IDs. - You can only change to a plan that: - Is in the same cloud provider and region of your current plan. - 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. + 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. + - **`paymentMethodId`** - Specify a different payment method connected to your account. Use [`GET /v1/payment-methods`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountPaymentMethods" >}}) to find a payment method ID.