Skip to main content
PATCH
/
v2
/
models
/
{modelId}
Update Model
curl --request PATCH \
  --url https://api.eden.art/v2/models/{modelId} \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "public": true,
  "deleted": true
}'
{
  "model": "<any>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

modelId
string
required

Body

application/json
public
boolean
deleted
boolean

Response

200 - */*

Default Response

model
any
I