curl --request PATCH \
--url https://api.egp.scale.com/user-preferences \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"preferences": {}
}
'{
"updated": true,
"preferences": {}
}Update preferences for the logged in user making this request.
curl --request PATCH \
--url https://api.egp.scale.com/user-preferences \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"preferences": {}
}
'{
"updated": true,
"preferences": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
User preferences that can be stored in the Scale GenAI Platform.