Skip to content

Commit

Permalink
add userpreferences example per #1259 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
brontolosone committed Dec 3, 2024
1 parent 0d6602f commit a694df6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,14 @@ paths:
server-wide.
items:
type: object
preferences:
description: The preferences of this user
type: object
properties:
site:
type: object
projects:
type: object
example:
createdAt: 2018-04-18T23:19:14.802Z
displayName: My Display Name
Expand All @@ -1776,6 +1784,12 @@ paths:
verbs:
- project.create
- project.update
preferences:
site:
projectSortMode: latest
projects:
"1":
formTrashCollapsed: false
403:
description: Forbidden
content:
Expand Down

0 comments on commit a694df6

Please sign in to comment.