New: MCP server monitoring is live. Start free trial
Hugging FaceSchemaAdditive

New fields added in PUT /api/models/{namespace}/{repo}/settings response 200: [orgMembersGated]

Affected surface
PUT /api/models/{namespace}/{repo}/settings

What changed

New fields added in PUT /api/models/{namespace}/{repo}/settings response 200: [orgMembersGated] Affected surface: PUT /api/models/{namespace}/{repo}/settings. Root cause: endpoint `PUT /api/models/{namespace}/{repo}/settings`. Detected at Thu, 14 May 2026 01:42:00 UTC UTC.

Diff

{
  "added_fields": [
    "orgMembersGated"
  ],
  "path": "PUT /api/models/{namespace}/{repo}/settings",
  "schema_path": "PUT /api/models/{namespace}/{repo}/settings response 200"
}

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.

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.