Models
Update model
Update metadata for an existing model. Currently supports renaming the model via the name field. Renaming a schema, shared, or shared extension model requires Connection Admin; renaming a branch requires Modeler.
patch/api/v1/models/{modelId}
Path parameters
modelIdstring uuid required
Model UUID
Example:123e4567-e89b-12d3-a456-426614174000
Model UUID
Request body
Example request
{
"name": "My Renamed Model"
}Response
Model updated successfully