patch https://app.modzy.com/api/models/
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.