cURL
curl --request PATCH \ --url https://api.eden.art/v2/collections/{collectionId} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "public": true } '
{ "collectionId": "<string>" }
Modify the name, description, or visibility settings of an existing collection.
Default Response