OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docs/api/apiv3/components/schemas/user_preferences_model.yml

46 lines
989 B

# Schema: UserPreferencesModel
---
type: object
example:
_links:
self:
href: "/api/v3/my_preferences"
user:
href: "/api/v3/users/1"
title: John Sheppard
updateImmediately:
href: "/api/v3/users/3/preferences"
method: "patch"
_type: UserPreferences
commentSortDescending: true
hideMail: false
timeZone: "Europe/Berlin"
warnOnLeavingUnsaved: true
notifications:
- channel: "mail"
watched: false
involved: true
mentioned: false
all: false
workPackageCommented: false
_links:
project:
href: null
- channel: "in_app"
watched: true
involved: true
mentioned: true
all: false
workPackageCommented: false
_links:
project:
href: null
- channel: "mail_digest"
watched: true
involved: true
mentioned: true
all: true,
workPackageCommented: true
_links:
project:
href: null