New: MCP server monitoring is live. Start free
KeapSchemaAdditive

Schema reference changed in PATCH /rest/v2/subscriptions/{subscription_id} request body: "UpdateSubscriptionRequest_Detail" → "UpdateSubscriptionRequest"

Affected surface
PATCH /rest/v2/subscriptions/{subscription_id}

What changed

Schema reference changed in PATCH /rest/v2/subscriptions/{subscription_id} request body: "UpdateSubscriptionRequest_Detail" → "UpdateSubscriptionRequest" Affected surface: PATCH /rest/v2/subscriptions/{subscription_id}. Root cause: endpoint `PATCH /rest/v2/subscriptions/{subscription_id}`. Detected at Thu, 30 Apr 2026 01:55:19 UTC UTC.

Diff

{
  "current_value": "UpdateSubscriptionRequest",
  "path": "PATCH /rest/v2/subscriptions/{subscription_id}",
  "previous_value": "UpdateSubscriptionRequest_Detail",
  "schema_path": "PATCH /rest/v2/subscriptions/{subscription_id} request body"
}

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.