Parameter 'store_id' type changed from '' to 'string' in GET /accounts/{account_id}/secrets_store/stores/{store_id}/secrets
- Affected surface
- GET /accounts/{account_id}/secrets_store/stores/{store_id}/secrets
- Affected field
- store_id@path
What changed
Parameter 'store_id' type changed from '' to 'string' in GET /accounts/{account_id}/secrets_store/stores/{store_id}/secrets Affected surface: GET /accounts/{account_id}/secrets_store/stores/{store_id}/secrets. Root cause: parameter `store_id@path`. Detected at Sun, 26 Jul 2026 09:26:56 UTC UTC.
Diff
{
"current_value": "string",
"parameter_in": "path",
"parameter_name": "store_id",
"path": "GET /accounts/{account_id}/secrets_store/stores/{store_id}/secrets",
"previous_value": ""
}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.
Related changes
Other endpoints affected by the same root cause.
DELETE /accounts/{account_id}/secrets_store/stores/{store_id}
DELETE /accounts/{account_id}/secrets_store/stores/{store_id}/secrets
DELETE /accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
GET /accounts/{account_id}/secrets_store/stores/{store_id}
GET /accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_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.
