API Reference
Log In
API Reference

Update a model

This endpoint updates a model. It can update the model’s: name, description, and tags.

❗️

PATCH routes overwrite existing list-objects. To avoid this, call the GET route to find existing values and add them to your PATCH request.

🚧

It is not allowed to add the explainability feature to a model already validated and loaded without this feature.

🚧

Only the model creator can call this route.

📘

The images object and the isRecommended, author, createdByEmail, isActive, isExpired, and date parameters can’t be updated.

📘

Images

To update a model’s images see how to add a picture.

📘

Tags

Tag identifiers are case sensitive. At least one tag from each category is required.

👍

Roles

Team Administrators and Data Scientists can access this route.

Path Params
string
required

A model identifier provided by Modzy. It contains 10 random alphanumeric characters.

Body Params
string

The model’s name. It may only contain alphanumeric, dash, and underscore characters.

string

A summary about the model. It’s featured in the Model Marketplace.

tags
array of objects

An array that contains all the tag objects.

tags
features
array of objects

An array that contains the feature objects.

features
Responses

Language
Credentials
Request
Choose an example:
application/json