latestOpenAPI 3.1.02026-08-203914235.9 MB
6a23760847c8
Users
Update
Updates the authenticated user's settings document. Replaces the top-level keys it is given and leaves the rest untouched.
patch/users/me/preferences
Request body
Example request
{
"bounty_worker_onboarding_dismissed": true,
"terms_accepted": true
}Response
preferences updated
Example response
{
"investigation_enabled": true,
"terms_accepted": true,
"terms_accepted_at": "2026-01-01T12:00:00.000Z"
}