Authorizations
Body
application/json
User preferences that can be stored in the Scale GenAI Platform.
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": {}
}User preferences that can be stored in the Scale GenAI Platform.