API Reference
Log In
API Reference

Update visibility

This endpoint updates a model’s visibility.

❗️

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

👍

Roles

Platform Administrators, 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

Defines who can see the model. Options are ALL (public), ACCOUNT (everyone in the Account), TEAM (specific teams), PRIVATE (the model creator).

teams
array of strings

An array that contains the teams that have access to a model if the TEAM scope is set.

teams
Responses

Language
Credentials
Request
Choose an example:
application/json