Skip to main content
PUT
Update Preference
Creates or updates a per-user, per-team preference value. The preference is keyed by the authenticated user, the team, and the preference key from the path. An unknown preference key returns a 404 response.
key
string
required
The preference key to update. Currently the only supported key is dashboard.skip_getting_started.
team
string
required
The UUID of the team the preference applies to. You must be a member of this team.
value
boolean
required
The preference value. For dashboard.skip_getting_started, a boolean indicating whether the “getting started” guide is dismissed.

Response

key
string
The preference key that was stored.
value
boolean
The stored preference value.