Preferences: Use dashboard uid for the home dashboard (#106666)
This commit is contained in:
committed by
GitHub
parent
4c2bfe8263
commit
352aac162c
@@ -21,7 +21,8 @@ title: 'Preferences API'
|
||||
Keys:
|
||||
|
||||
- **theme** - One of: `light`, `dark`, or an empty string for the default theme
|
||||
- **homeDashboardId** - The numerical `:id` of a favorited dashboard, default: `0`
|
||||
- **homeDashboardId** - Deprecated. Use `homeDashboardUID` instead.
|
||||
- **homeDashboardUID**: The `:uid` of a dashboard
|
||||
- **timezone** - One of: `utc`, `browser`, or an empty string for the default
|
||||
|
||||
Omitting a key will cause the current value to be replaced with the
|
||||
@@ -139,6 +140,7 @@ Content-Type: application/json
|
||||
|
||||
## Patch Current Org Prefs
|
||||
|
||||
Update one or more preferences without modifying the others.
|
||||
|
||||
`PATCH /api/org/preferences`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user