Merge pull request #10570 from opf/implementation/42161-api-add-open-file-in-location-links
[#42161] added additional link to file link modelpull/10575/head
commit
222e2660fc
@ -1,41 +1,16 @@ |
||||
# /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: |
||||
examples: |
||||
response: |
||||
value: |
||||
_links: |
||||
configuration: |
||||
href: "/api/v3/configuration" |
||||
priorities: |
||||
href: "/api/v3/priorities" |
||||
relations: |
||||
href: "/api/v3/relations" |
||||
statuses: |
||||
href: "/api/v3/statuses" |
||||
types: |
||||
href: "/api/v3/types" |
||||
user: |
||||
href: "/api/v3/users/1" |
||||
title: John Sheppard |
||||
userPreferences: |
||||
href: "/api/v3/my_preferences" |
||||
users: |
||||
href: "/api/v3/users" |
||||
workPackages: |
||||
href: "/api/v3/work_packages" |
||||
coreVersion: 10.3.0 |
||||
instanceName: My own OpenProject |
||||
schema: |
||||
"$ref": "../components/schemas/root_model.yml" |
||||
description: OK |
||||
headers: {} |
||||
tags: |
||||
- Root |
||||
description: '' |
||||
operationId: View_root |
||||
summary: View root |
||||
$ref: '../components/schemas/root_model.yml' |
||||
|
Loading…
Reference in new issue