Schema reference changed in PUT /services/{serviceId}/env-vars request body: "envVarInputArray" → "servicePOST/properties/envVars"
- Affected surface
- PUT /services/{serviceId}/env-vars
What changed
Schema reference changed in PUT /services/{serviceId}/env-vars request body: "envVarInputArray" → "servicePOST/properties/envVars" Affected surface: PUT /services/{serviceId}/env-vars. Root cause: endpoint `PUT /services/{serviceId}/env-vars`. Detected at Fri, 15 May 2026 01:10:56 UTC UTC.
Diff
{
"current_value": "servicePOST/properties/envVars",
"path": "PUT /services/{serviceId}/env-vars",
"previous_value": "envVarInputArray",
"schema_path": "PUT /services/{serviceId}/env-vars request body"
}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
Diff your serializers against the new schema. The diff above shows what moved.
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.
