Parameter 'table' type changed from 'string' to '' in POST /api/v1_1/employees/{id}/tables/{table}/{rowId}
- Affected surface
- POST /api/v1_1/employees/{id}/tables/{table}/{rowId}
- Affected field
- table@path
What changed
Parameter 'table' type changed from 'string' to '' in POST /api/v1_1/employees/{id}/tables/{table}/{rowId} Affected surface: POST /api/v1_1/employees/{id}/tables/{table}/{rowId}. Root cause: parameter `table@path`. Detected at Tue, 28 Apr 2026 23:56:57 UTC UTC.
Diff
{
"current_value": "",
"parameter_in": "path",
"parameter_name": "table",
"path": "POST /api/v1_1/employees/{id}/tables/{table}/{rowId}",
"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.
Related changes
Other endpoints affected by the same root cause.
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.
