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

16 lines
388 B

# /api/v3
---
get:
summary: View root
operationId: view_root
description: |-
Returns the root resource, containing basic information about the server instance and a collection of useful links.
tags:
- Root
responses:
'200':
description: OK
content:
application/hal+json:
schema:
$ref: '../components/schemas/root_model.yml'