---
title: "Create or update one model access override"
method: PUT
path: "/admin/model-overrides"
tags: ["admin"]
---

# Create or update one model access override

`PUT /admin/model-overrides`

## Request body

- AdminUpsertModelOverrideRequest
  - `selector` string, required
  - `user_paths` string[]

## Response `200`

OK

- ModeloverridesView
  - `created_at` string
  - `model` string
  - `provider_name` string
  - `scope_kind` 'global' | 'model' | 'provider' | 'provider_model'
  - `selector` string
  - `updated_at` string
  - `user_paths` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable

## Changes

- **2026-05-09** `1236749560f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/admin/model-overrides/put.md)

---

[API](https://skmtc.dev/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.dev/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/8c7901df38df/schema)
