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
5896db7a
Commit
5896db7a
authored
Jan 11, 2021
by
Bogdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: fixed routes file.
parent
3543e66a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
routes.yml
.../role-stage-discovery-microservice/app/configs/routes.yml
+10
-10
No files found.
src/data-hub/role-stage-discovery-microservice/app/configs/routes.yml
View file @
5896db7a
...
...
@@ -289,7 +289,7 @@ paths:
#endregion
#region Similarity
/use_cases/{use_case}/clusterSimilarity
:
/use_cases/{use_case}/
batches/{batchNr}/
clusterSimilarity
:
get
:
operationId
:
"
routes.similarity.get_similarity_use_case"
security
:
...
...
@@ -299,12 +299,12 @@ paths:
summary
:
"
Get
data
of
the
similarity
between
clusters
given
the
Use-case."
parameters
:
-
name
:
"
use_case"
in
:
"
query
"
in
:
"
path
"
description
:
"
Name
of
the
Use-Case"
required
:
true
type
:
"
string"
-
name
:
"
batchNr"
in
:
"
query
"
in
:
"
path
"
description
:
"
Batch
number
(starting
from
0)"
required
:
true
type
:
"
integer"
...
...
@@ -315,7 +315,7 @@ paths:
description
:
"
Successful
operation"
schema
:
$ref
:
"
#/definitions/ClusterSimilarityArray"
/use_cases/{use_case}/tables/{table}/clusterSimilarity
:
/use_cases/{use_case}/tables/{table}/
batches/{batchNr}/
clusterSimilarity
:
get
:
operationId
:
"
routes.similarity.get_similarity_table"
security
:
...
...
@@ -335,7 +335,7 @@ paths:
required
:
true
type
:
"
string"
-
name
:
"
batchNr"
in
:
"
query
"
in
:
"
path
"
description
:
"
Batch
number
(starting
from
0)"
required
:
true
type
:
"
integer"
...
...
@@ -347,7 +347,7 @@ paths:
schema
:
$ref
:
"
#/definitions/ClusterSimilarityArray"
/use_cases/{use_case}/tables/{table}/layers/{layer_name}/clusterSimilarity
:
/use_cases/{use_case}/tables/{table}/layers/{layer_name}/
batches/{batchNr}/
clusterSimilarity
:
get
:
operationId
:
"
routes.similarity.get_similarity_layer"
security
:
...
...
@@ -357,22 +357,22 @@ paths:
summary
:
"
Get
data
of
the
similarity
between
clusters
given
the
Use-case,
table
and
layer
name"
parameters
:
-
name
:
"
use_case"
in
:
"
query
"
in
:
"
path
"
description
:
"
Name
of
the
Use-Case"
required
:
true
type
:
"
string"
-
name
:
"
table"
in
:
"
query
"
in
:
"
path
"
description
:
"
Name
of
the
Table"
required
:
true
type
:
"
string"
-
name
:
"
layer_name"
in
:
"
query
"
in
:
"
path
"
description
:
"
Name
of
the
layer"
required
:
true
type
:
"
string"
-
name
:
"
batchNr"
in
:
"
query
"
in
:
"
path
"
description
:
"
Batch
number
(starting
from
0)"
required
:
true
type
:
"
integer"
...
...
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