Skip to main content
PATCH
/
v2
/
agents
/
{agentId}
/
user-memory-enabled
Toggle Memory Setting
curl --request PATCH \
  --url https://api.eden.art/v2/agents/{agentId}/user-memory-enabled \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "user_memory_enabled": true
}'
{
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

agentId
string
required

Body

application/json
user_memory_enabled
boolean
required

Response

200 - */*

Default Response

success
boolean
I