PATCH
/
user-preferences
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": {}
}

Authorizations

x-api-key
string
header
required

Body

application/json
preferences
object

User preferences that can be stored in the Scale GenAI Platform.

Response

200
application/json
Successful Response
updated
boolean
required

Whether the user preferences was successfully updated.

preferences
object

User preferences that can be stored in the Scale GenAI Platform.