Skip to main content
PUT
/
api
/
preferences
Update user preferences
curl --request PUT \
  --url https://app.dacard.ai/api/preferences \
  --header 'Content-Type: application/json' \
  --cookie __session= \
  --data '{}'
{}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Body

application/json

Partial preferences to merge into existing

Response

Updated preferences

The response is of type object.