Enum values changed in GET /developer/v1/limits/{spend_limit_id} (Filetype)
- Affected surface
- GET /developer/v1/limits/{spend_limit_id}
- Affected field
- Filetype
What changed
Enum values changed in GET /developer/v1/limits/{spend_limit_id} (Filetype) Affected surface: GET /developer/v1/limits/{spend_limit_id}. Root cause: schema `Filetype`. Detected at Tue, 28 Apr 2026 23:54:45 UTC UTC.
Diff
{
"added_enums": [
"jsonl",
"npy"
],
"path": "GET /developer/v1/limits/{spend_limit_id}",
"schema_path": "schema Filetype"
}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
Audit any switch/match statements over this enum. Removed values become unhandled paths.
Related changes
Other endpoints affected by the same root cause.
DELETE /developer/v1/purchase-orders/{purchase_order_id}/line-items/{line_item_id}
GET /developer/v1/custom-form/collections/responses/{custom_form_collection_response_id}
GET /developer/v1/purchase-orders/{purchase_order_id}
GET /developer/v1/spend-programs/{spend_program_id}
GET /developer/v1/unified-requests/{unified_request_id}
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.
