Navigation: Backend to save navigation customization into preferences (#89783)

This commit is contained in:
Joao Silva
2024-07-03 10:40:51 +01:00
committed by GitHub
parent 68e30e2b4b
commit 9004b58851
12 changed files with 106 additions and 3 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