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

Authorizations

X-Api-Key
string
header
required

Path Parameters

agentId
string
required
memoryAgentId
string
required

Body

application/json · object
{key}
string

Response

200 - */*

Default Response

success
boolean
I