cURL
curl --request PATCH \ --url https://api.eden.art/v2/creations/bulk \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "creationIds": [ "<string>" ], "public": true, "deleted": true } '
{ "results": [ { "creationId": "<string>", "status": "<string>", "error": "<unknown>", "creation": "<unknown>" } ] }
Update the visibility or deletion status of multiple creations at once.
Default Response
Show child attributes