Skip to main content
PUT
/
v2
/
agents
/
{agentId}
/
permissions
Update Agent Permissions
curl --request PUT \
  --url https://api.eden.art/v2/agents/{agentId}/permissions \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "permissions": [
    {
      "username": "<string>",
      "level": "editor"
    }
  ]
}'
{
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

agentId
string
required

Body

application/json
permissions
object[]
required

Response

200 - */*

Default Response

success
boolean
I