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": {}
}
Successful Response
The response is of type object
.