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