{ "error": { "type": "request_error", "code": "subscription_scheduled_change_invalid_update", "detail": "You can only set the `scheduled_change` field to `null`. Other updates aren't allowed.", "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_scheduled_change_invalid_update" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
subscription_scheduled_change_invalid_update - Error message
- You can only set the `scheduled_change` field to `null`. Other updates aren't allowed.
Common causes
- Scheduled changes are automatically managed by Paddle. You can't change the
scheduled_changefield, other than canceling a change by setting it tonull.
Troubleshooting
- If you want to cancel a scheduled change, use the update a subscription operation to
nullthis field. - Use the pause a subscription, resume a subscription, or cancel a subscription operations to add scheduled changes to a subscription.