Parameter 'type' type changed from 'string' to '' in GET /api/v1/policies
- Affected surface
- GET /api/v1/policies
- Affected field
- type@query
What changed
Parameter 'type' type changed from 'string' to '' in GET /api/v1/policies Affected surface: GET /api/v1/policies. Root cause: parameter `type@query`. Detected at Mon, 25 May 2026 17:04:57 UTC UTC.
Diff
{
"current_value": "",
"parameter_in": "query",
"parameter_name": "type",
"path": "GET /api/v1/policies",
"previous_value": "string"
}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
Audit serialization on both sides. Type changes break payloads silently more often than loudly — catch this in a contract test before it hits production.
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.
