Skip to content
Snippets Groups Projects
Commit 7261a9db authored by bjoern.koester's avatar bjoern.koester :vulcan_tone1:
Browse files

fix swagger.yaml

parent 4fbb7405
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ openapi: 3.0.1
tags:
- name: code loading
servers:
- http://localhost:3000/
- url: 'http://localhost:3000'
info:
title: Manifest Service
version: 1.0.0
......@@ -16,7 +16,7 @@ paths:
tags:
- code loading
summary: App Suite UI compatible version of manifests data
description: |
description:
Manifest data prepared for consumption by App Suite UI. The data
can be used to determine the timing when to load certain files
from the server and depending on the users configuration also if
......@@ -66,7 +66,7 @@ paths:
tags:
- code loading
summary: Mapping of all files to all of its dependencies
description: |
description:
The data can be used to construct a dependency tree for any given file of a project.
responses:
'200':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment