cURL
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 }
Grant or modify access permissions for users to collaborate on an agent.
Show child attributes
Default Response