PUT /api/admin/verified-models/{provider}/{model_name}
Update a verified model by provider and model name.
Parameters
| Name | In | Type | Required | Description |
|---|
provider | path | string | yes | — |
model_name | path | string | yes | — |
Request body
| Field | Type | Required | Description |
|---|
is_enabled | `boolean | null` | no |
Responses
| Status | Description |
|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|
model_name | string | yes | — |
provider | string | yes | — |
is_enabled | boolean | no | — |
id | integer | yes | — |
created_at | string | yes | — |
updated_at | string | yes | — |
Operation ID: update_verified_model_api_admin_verified_models__provider___model_name__put