# Attempt to update a scheduled change

You can't change `scheduled_change`, except for `null`.

---

## Example

```json
{
  "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

| Attribute | Value |
| --- | --- |
| 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_change` field, other than canceling a change by setting it to `null`.

## Common solutions

- If you want to cancel a scheduled change, use the [update a subscription](https://developer.paddle.com/api-reference/subscriptions/update-subscription) operation to `null` this field.
- Use the [pause a subscription](https://developer.paddle.com/api-reference/subscriptions/pause-subscription), [resume a subscription](https://developer.paddle.com/api-reference/subscriptions/resume-subscription), or [cancel a subscription](/api-reference/subscriptions/cancel-subscription) operations to add scheduled changes to a subscription.
