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_preference_model.yml

43 lines
1.0 KiB

# Schema: User_PreferenceModel
---
type: object
properties:
autoHidePopups:
type: boolean
description: Whether to hide popups (e.g. success messages) after 5 seconds
hideMail:
type: boolean
description: Hide mail address from other users
notifications:
$ref: "./notification_settings_model.yml"
timeZone:
type: string
description: Current selected time zone
commentSortDescending:
type: boolean
description: Sort comments in descending order
warnOnLeavingUnsaved:
type: boolean
description: Issue warning when leaving a page with unsaved text
_links:
type: object
required:
- self
- user
properties:
self:
allOf:
- "$ref": "./link.yml"
- description: |-
This UserPreferences
**Resource**: UserPreferences
readOnly: true
user:
allOf:
- "$ref": "./link.yml"
- description: |-
The user that this preference belongs to
**Resource**: User
readOnly: true