Schema reference changed in POST /rest/v2/subscriptions request body: "CreateSubscriptionRequest_Detail" → "CreateSubscriptionRequest"
- Affected surface
- POST /rest/v2/subscriptions
What changed
Schema reference changed in POST /rest/v2/subscriptions request body: "CreateSubscriptionRequest_Detail" → "CreateSubscriptionRequest" Affected surface: POST /rest/v2/subscriptions. Root cause: endpoint `POST /rest/v2/subscriptions`. Detected at Thu, 30 Apr 2026 01:55:19 UTC UTC.
Diff
{
"current_value": "CreateSubscriptionRequest",
"path": "POST /rest/v2/subscriptions",
"previous_value": "CreateSubscriptionRequest_Detail",
"schema_path": "POST /rest/v2/subscriptions 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.
Recommended action
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.
