跳至主要内容

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 modelName or description must be supplied; sending neither returns 400 (InvalidRequest).

  • A non-null field is applied; a null field leaves the existing value unchanged.

  • modelName must 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

OK