Update Model Basic Info
PATCH/api/v1/orgs/{orgId}/ai-models/{modelId}
Updates the basic, model-level metadata. Editions are unaffected.
-
At least one of
modelNameordescriptionmust be supplied; sending neither returns 400 (InvalidRequest). -
A non-null field is applied; a null field leaves the existing value unchanged.
-
modelNamemust pass name-format validation and stay unique within the organization — returns 400 (InvalidNameFormat) or 409 (ModelNameExists) otherwise. -
Returns 403 if the model belongs to a different tenant (TenantMismatch), or 404 if it does not exist (ModelNotFound).
Request
Responses
- 200
OK