Skip to main content
PATCH
/
v2
/
creations
/
bulk
Bulk Update Creations
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": "<any>",
      "creation": "<any>"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
creationIds
string[]
required
public
boolean
deleted
boolean

Response

200 - */*

Default Response

results
object[]
I