Skip to main content
PATCH
/
v1
/
user
/
preferences
Update User Preferences
curl --request PATCH \
  --url https://api.faces.sh/v1/user/preferences \
  --header 'Content-Type: application/json' \
  --data '
{
  "api_fallback": true,
  "default_model": "<string>"
}
'
{
  "api_fallback": true,
  "default_model": "<string>"
}

Headers

authorization
string | null

Body

application/json
api_fallback
boolean | null
default_model
string | null

Response

Successful Response

api_fallback
boolean
required
default_model
string | null