curl --request POST \
--url https://api.example.com/models/{model_name}/publicity \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"public": true
}'{
"error": "<string>"
}curl --request POST \
--url https://api.example.com/models/{model_name}/publicity \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"public": true
}'{
"error": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
whether to make the model public of private
Successful Response