跳至主要内容

Update Edition Metadata

PATCH 

/api/v1/orgs/{orgId}/ai-models/{modelId}/editions/{edition}

Updates the editable metadata of an existing edition.

  • Only the edition description can be changed; the edition string, file content, and lifecycle status are immutable here.

  • Returns the full edition detail after the update, in the same shape as Get Model Edition Detail.

  • Returns 404 if the model does not exist (ModelNotFound) or the edition is not found (EditionNotFound).

Request

Responses

OK