New required fields added in POST /v2/catalog/batch-delete request body: [object_ids]
- Affected surface
- POST /v2/catalog/batch-delete request body
What changed
New required fields added in POST /v2/catalog/batch-delete request body: [object_ids] Affected surface: POST /v2/catalog/batch-delete request body. Root cause: endpoint `POST /v2/catalog/batch-delete request body`. Detected at Wed, 16 Apr 2025 14:16:08 UTC UTC.
Diff
{
"added_required": [
"object_ids"
],
"schema_path": "POST /v2/catalog/batch-delete request body"
}Likely impact
Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.
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.
