New: MCP server monitoring is live. Start free trial
OrbSchemaAdditive

Response schema changed for POST /subscriptions/{subscription_id}/unschedule_fixed_fee_quantity_updates (MutatedSubscription)

Affected surface
POST /subscriptions/{subscription_id}/unschedule_fixed_fee_quantity_updates
Affected field
MutatedSubscription

What changed

Response schema changed for POST /subscriptions/{subscription_id}/unschedule_fixed_fee_quantity_updates (MutatedSubscription) Affected surface: POST /subscriptions/{subscription_id}/unschedule_fixed_fee_quantity_updates. Root cause: schema `MutatedSubscription`. Detected at Wed, 01 Jul 2026 03:31:27 UTC UTC.

Diff

{
  "added_fields": [
    "auto_issuance"
  ],
  "path": "POST /subscriptions/{subscription_id}/unschedule_fixed_fee_quantity_updates",
  "schema_path": "schema MutatedSubscription"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Diff your serializers against the new schema. The diff above shows what moved.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.