cURL
curl --request PATCH \ --url https://api.eden.art/v2/models/{modelId} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "public": true, "deleted": true }'
{ "model": "<any>" }
Update the visibility or deletion status of a specific model.
Default Response