Parameter 'createdBefore' type changed from 'string' to '' in GET /accounts/{account_id}/cloudforce-one/events/indicators/aggregate
- Affected surface
- GET /accounts/{account_id}/cloudforce-one/events/indicators/aggregate
- Affected field
- createdBefore@query
What changed
Parameter 'createdBefore' type changed from 'string' to '' in GET /accounts/{account_id}/cloudforce-one/events/indicators/aggregate Affected surface: GET /accounts/{account_id}/cloudforce-one/events/indicators/aggregate. Root cause: parameter `createdBefore@query`. Detected at Sun, 16 Aug 2026 08:01:13 UTC UTC.
Diff
{
"current_value": "",
"parameter_in": "query",
"parameter_name": "createdBefore",
"path": "GET /accounts/{account_id}/cloudforce-one/events/indicators/aggregate",
"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.
