cURL
curl --request PATCH \ --url https://api.eden.art/v2/sessions/{session_id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "title": "<string>", "pinned": true } '
{ "success": true }
Update session properties such as title or pinned status.
Documentation IndexFetch the complete documentation index at: https://docs.eden.art/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.eden.art/llms.txt
Use this file to discover all available pages before exploring further.
1 - 100
Default Response