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/paths/configuration.yml

30 lines
766 B

# /api/v3/configuration
---
get:
responses:
'200':
content:
application/hal+json:
examples:
response:
value:
_links:
self:
href: "/api/v3/configuration"
userPreferences:
href: "/api/v3/my_preferences"
_type: Configuration
maximumAttachmentFileSize: 5242880
perPageOptions:
- 1
- 10
- 100
schema:
"$ref": "../components/schemas/configuration_model.yml"
description: OK
headers: {}
tags:
- Configuration
description: ''
operationId: View_configuration
summary: View configuration