New fields added in PUT /v1/projects/{projectIdOrName}/feature-flags/flags response 201: [updatedBy]
- Affected surface
- PUT /v1/projects/{projectIdOrName}/feature-flags/flags
What changed
New fields added in PUT /v1/projects/{projectIdOrName}/feature-flags/flags response 201: [updatedBy] Affected surface: PUT /v1/projects/{projectIdOrName}/feature-flags/flags. Root cause: endpoint `PUT /v1/projects/{projectIdOrName}/feature-flags/flags`. Detected at Fri, 24 Jul 2026 21:01:49 UTC UTC.
Diff
{
"added_fields": [
"updatedBy"
],
"path": "PUT /v1/projects/{projectIdOrName}/feature-flags/flags",
"schema_path": "PUT /v1/projects/{projectIdOrName}/feature-flags/flags response 201"
}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.
