a84d4905fdbb

latestOpenAPI 3.1.02026-08-143874115.7 MB
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

bounty_worker_onboarding_dismissedboolean

Whether the user has dismissed the first-time bounty worker onboarding. Set to false to show it again.

investigation_enabledboolean

Whether investigation mode is enabled for the user. Only meaningful for staff users with investigation access.

Example request

{
  "bounty_worker_onboarding_dismissed": true
}

Response

preferences updated

bounty_worker_onboarding_dismissedboolean required

Whether the user has dismissed the first-time bounty worker onboarding. Set to false to show it again.

investigation_enabledboolean required

Whether investigation mode is enabled for the user. Only meaningful for staff users with investigation access.

Example response

{
  "investigation_enabled": true
}