v1
latestOpenAPI 3.0.1MIT2026-07-26336777.7 KBpost/subscription/edit
Headers
Idempotency-Keystring
A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.
Request body
Example request
{
"subscriptionId": "sub_fooBOwYsaK50AEfK",
"newAmount": 1000,
"newCycleCount": 6,
"newNextPaymentDate": 1753104947000,
"interval": "MONTH",
"intervalCount": 2
}Response
Subscription edited successfully