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/configuration_model.yml

23 lines
520 B

# Schema: ConfigurationModel
---
type: object
properties:
maximumAttachmentFileSize:
type: integer
description: The maximum allowed size of an attachment in Bytes
readOnly: true
perPageOptions:
type: integer[]
description: Page size steps to be offered in paginated list UI
example:
_type: Configuration
_links:
self:
href: "/api/v3/configuration"
userPreferences:
href: "/api/v3/my_preferences"
maximumAttachmentFileSize: 5242880
perPageOptions:
- 1
- 10
- 100