mirror of
https://github.com/grafana/grafana.git
synced 2025-09-16 19:13:08 +08:00
Bookmarks: Store URLs instead of ids (#91121)
This commit is contained in:
@ -53,7 +53,7 @@ Content-Type: application/json
|
||||
`PUT /api/user/preferences`
|
||||
|
||||
**Example Request**:
|
||||
|
||||
|
||||
```http
|
||||
PUT /api/user/preferences HTTP/1.1
|
||||
Accept: application/json
|
||||
@ -142,7 +142,7 @@ Content-Type: application/json
|
||||
Update one or more preferences without modifying the others.
|
||||
|
||||
`PATCH /api/org/preferences`
|
||||
|
||||
|
||||
**Example Request**:
|
||||
|
||||
```http
|
||||
|
Reference in New Issue
Block a user