Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
493b9309
Commit
493b9309
authored
Aug 25, 2020
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed /use-case to /use-cases
parent
abe097f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
swagger.yml
...n-hub/business-logic-microservice/app/configs/swagger.yml
+8
-8
swagger_local.yml
...business-logic-microservice/app/configs/swagger_local.yml
+7
-7
No files found.
src/participation-hub/business-logic-microservice/app/configs/swagger.yml
View file @
493b9309
...
...
@@ -17,7 +17,7 @@ basePath: "/api"
paths
:
/use-case
:
/use-case
s
:
delete
:
security
:
-
JwtAdmin
:
[]
...
...
@@ -40,7 +40,7 @@ paths:
responses
:
'
200'
:
description
:
"
Successful
Request"
/use-case/{use_case}/layers
:
/use-case
s
/{use_case}/layers
:
get
:
security
:
-
JwtRegular
:
[]
...
...
@@ -60,7 +60,7 @@ paths:
description
:
"
Successful
Request"
'
404'
:
description
:
"
Use-Case
does
not
exist"
/use-case/{use_case}/cluster-mapping/layers/{name}
:
/use-case
s
/{use_case}/cluster-mapping/layers/{name}
:
delete
:
security
:
-
JwtRegular
:
[]
...
...
@@ -133,7 +133,7 @@ paths:
description
:
"
Layer
does
not
exist"
'
400'
:
description
:
"
Field
in
request
is
missing
or
attribute
does
not
exist
in
the
Layer"
/use-case/{use_case}/layers/use-case
:
/use-case
s
/{use_case}/layers/use-case
:
put
:
security
:
-
JwtRegular
:
[]
...
...
@@ -162,7 +162,7 @@ paths:
description
:
"
Successful
Request"
'
400'
:
description
:
"
Field
in
request
is
missing"
/use-case/{use_case}/layers/mapping
:
/use-case
s
/{use_case}/layers/mapping
:
put
:
security
:
-
JwtRegular
:
[]
...
...
@@ -222,7 +222,7 @@ paths:
description
:
"
Successful
Request"
'
400'
:
description
:
"
Field
in
request
is
missing"
/use-case/{use_case}/layers/mapping
:
/use-case
s
/{use_case}/layers/mapping
:
put
:
operationId
:
"
routes.layer.add_mapping_for_all"
tags
:
...
...
@@ -280,7 +280,7 @@ paths:
description
:
"
Layer
does
not
exist"
'
400'
:
description
:
"
Field
in
request
is
missing"
/use-case/{use_case}/layers/{name}/mapping
:
/use-case
s
/{use_case}/layers/{name}/mapping
:
delete
:
security
:
-
JwtRegular
:
[]
...
...
@@ -354,7 +354,7 @@ paths:
description
:
"
Layer
does
not
exist"
'
400'
:
description
:
"
Field
in
request
is
missing"
/use-case/{use_case}/layers/{name}
:
/use-case
s
/{use_case}/layers/{name}
:
delete
:
security
:
-
JwtRegular
:
[]
...
...
src/participation-hub/business-logic-microservice/app/configs/swagger_local.yml
View file @
493b9309
...
...
@@ -12,7 +12,7 @@ produces:
basePath
:
"
/api"
paths
:
/use-case
:
/use-case
s
:
delete
:
operationId
:
"
routes.layer.delete_uses_cases"
tags
:
...
...
@@ -31,7 +31,7 @@ paths:
responses
:
'
200'
:
description
:
"
Successful
Request"
/use-case/{use_case}/layers
:
/use-case
s
/{use_case}/layers
:
get
:
operationId
:
"
routes.layer.get_all_for_use_case"
tags
:
...
...
@@ -49,7 +49,7 @@ paths:
description
:
"
Successful
Request"
'
404'
:
description
:
"
Use-Case
does
not
exist"
/use-case/{use_case}/cluster-mapping/layers/{name}
:
/use-case
s
/{use_case}/cluster-mapping/layers/{name}
:
delete
:
operationId
:
"
routes.layer.delete_cluster_mapping"
tags
:
...
...
@@ -118,7 +118,7 @@ paths:
description
:
"
Layer
does
not
exist"
'
400'
:
description
:
"
Field
in
request
is
missing
or
attribute
does
not
exist
in
the
Layer"
/use-case/{use_case}/layers/use-case
:
/use-case
s
/{use_case}/layers/use-case
:
put
:
operationId
:
"
routes.layer.update_use_case_for_all"
tags
:
...
...
@@ -145,7 +145,7 @@ paths:
description
:
"
Successful
Request"
'
400'
:
description
:
"
Field
in
request
is
missing"
/use-case/{use_case}/layers/mapping
:
/use-case
s
/{use_case}/layers/mapping
:
put
:
operationId
:
"
routes.layer.add_mapping_for_all"
tags
:
...
...
@@ -201,7 +201,7 @@ paths:
description
:
"
Successful
Request"
'
400'
:
description
:
"
Field
in
request
is
missing"
/use-case/{use_case}/layers/{name}/mapping
:
/use-case
s
/{use_case}/layers/{name}/mapping
:
delete
:
operationId
:
"
routes.layer.delete_mapping"
tags
:
...
...
@@ -271,7 +271,7 @@ paths:
description
:
"
Layer
does
not
exist"
'
400'
:
description
:
"
Field
in
request
is
missing"
/use-case/{use_case}/layers/{name}
:
/use-case
s
/{use_case}/layers/{name}
:
get
:
operationId
:
"
routes.layer.one"
tags
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment