New fields added in PUT /api/datasets/{namespace}/{repo}/settings request body: [orgMembersGated]
- Affected surface
- PUT /api/datasets/{namespace}/{repo}/settings
What changed
New fields added in PUT /api/datasets/{namespace}/{repo}/settings request body: [orgMembersGated] Affected surface: PUT /api/datasets/{namespace}/{repo}/settings. Root cause: endpoint `PUT /api/datasets/{namespace}/{repo}/settings`. Detected at Thu, 14 May 2026 01:42:00 UTC UTC.
Diff
{
"added_fields": [
"orgMembersGated"
],
"path": "PUT /api/datasets/{namespace}/{repo}/settings",
"schema_path": "PUT /api/datasets/{namespace}/{repo}/settings 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.
