cURL
curl --request PUT \ --url https://api.eden.art/v2/sessions/{session_id}/permissions \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "permissions": [ { "username": "<string>", "level": "editor" } ] } '
{ "success": true }
Grant or update user permissions for a session. Only the session owner can modify permissions.
Show child attributes
editor
Default Response