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
3543e66a
Commit
3543e66a
authored
Jan 11, 2021
by
Alexander Lercher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed syntax errors in routes
parent
8f11d009
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
routes.yml
.../role-stage-discovery-microservice/app/configs/routes.yml
+8
-7
No files found.
src/data-hub/role-stage-discovery-microservice/app/configs/routes.yml
View file @
3543e66a
...
@@ -231,7 +231,7 @@ paths:
...
@@ -231,7 +231,7 @@ paths:
description
:
"
Successful
operation"
description
:
"
Successful
operation"
schema
:
schema
:
$ref
:
"
#/definitions/ConnectedDict"
$ref
:
"
#/definitions/ConnectedDict"
/use_cases/{use_case}/tables{table}/connectedClusters
:
/use_cases/{use_case}/tables
/
{table}/connectedClusters
:
get
:
get
:
operationId
:
"
routes.connClusters.get_conn_clusters_table"
operationId
:
"
routes.connClusters.get_conn_clusters_table"
security
:
security
:
...
@@ -256,7 +256,7 @@ paths:
...
@@ -256,7 +256,7 @@ paths:
description
:
"
Successful
operation"
description
:
"
Successful
operation"
schema
:
schema
:
$ref
:
"
#/definitions/ConnectedDict"
$ref
:
"
#/definitions/ConnectedDict"
/use_cases/{use_case}/tables{table}/layers/{layer_name}/connectedClusters
:
/use_cases/{use_case}/tables
/
{table}/layers/{layer_name}/connectedClusters
:
get
:
get
:
operationId
:
"
routes.connClusters.get_conn_clusters_name"
operationId
:
"
routes.connClusters.get_conn_clusters_name"
security
:
security
:
...
@@ -289,7 +289,7 @@ paths:
...
@@ -289,7 +289,7 @@ paths:
#endregion
#endregion
#region Similarity
#region Similarity
use_cases/{use_case}/clusterSimilarity
:
/
use_cases/{use_case}/clusterSimilarity
:
get
:
get
:
operationId
:
"
routes.similarity.get_similarity_use_case"
operationId
:
"
routes.similarity.get_similarity_use_case"
security
:
security
:
...
@@ -315,7 +315,7 @@ paths:
...
@@ -315,7 +315,7 @@ paths:
description
:
"
Successful
operation"
description
:
"
Successful
operation"
schema
:
schema
:
$ref
:
"
#/definitions/ClusterSimilarityArray"
$ref
:
"
#/definitions/ClusterSimilarityArray"
use_cases/{use_case}/tables/{table}/clusterSimilarity
:
/
use_cases/{use_case}/tables/{table}/clusterSimilarity
:
get
:
get
:
operationId
:
"
routes.similarity.get_similarity_table"
operationId
:
"
routes.similarity.get_similarity_table"
security
:
security
:
...
@@ -325,12 +325,12 @@ paths:
...
@@ -325,12 +325,12 @@ paths:
summary
:
"
Get
data
of
the
similarity
between
clusters
given
the
Use-case
and
Table."
summary
:
"
Get
data
of
the
similarity
between
clusters
given
the
Use-case
and
Table."
parameters
:
parameters
:
-
name
:
"
use_case"
-
name
:
"
use_case"
in
:
"
query
"
in
:
"
path
"
description
:
"
Name
of
the
Use-Case"
description
:
"
Name
of
the
Use-Case"
required
:
true
required
:
true
type
:
"
string"
type
:
"
string"
-
name
:
"
table"
-
name
:
"
table"
in
:
"
query
"
in
:
"
path
"
description
:
"
Name
of
the
Table"
description
:
"
Name
of
the
Table"
required
:
true
required
:
true
type
:
"
string"
type
:
"
string"
...
@@ -346,7 +346,8 @@ paths:
...
@@ -346,7 +346,8 @@ paths:
description
:
"
Successful
operation"
description
:
"
Successful
operation"
schema
:
schema
:
$ref
:
"
#/definitions/ClusterSimilarityArray"
$ref
:
"
#/definitions/ClusterSimilarityArray"
use_cases/{use_case}/tables/{table}/layers/{layer_name}/clusterSimilarity
:
/use_cases/{use_case}/tables/{table}/layers/{layer_name}/clusterSimilarity
:
get
:
get
:
operationId
:
"
routes.similarity.get_similarity_layer"
operationId
:
"
routes.similarity.get_similarity_layer"
security
:
security
:
...
...
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