Skip to main content
PATCH
/
v2
/
concepts
/
{conceptId}
Update Concept
curl --request PATCH \
  --url https://api.eden.art/v2/concepts/{conceptId} \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "agent": "<string>",
  "usage_instructions": "<string>",
  "images": [
    {
      "image": "<string>",
      "usage_instructions": "<string>"
    }
  ]
}'
{
  "concept": "<any>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

conceptId
string
required

Body

application/json
name
string
agent
string
usage_instructions
string
images
object[]
Required array length: 1 - 25 elements

Response

Default Response

concept
any
I