Bookmarks: Store URLs instead of ids (#91121)

This commit is contained in:
Joao Silva
2024-07-31 13:56:39 +01:00
committed by GitHub
parent 562380079f
commit 85d0e17dc4
17 changed files with 37 additions and 40 deletions

View File

@ -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