You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/openapi/api.yaml
+130-2Lines changed: 130 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -528,9 +528,17 @@ paths:
528
528
description: ID of view listing all project data assets. For example, for Synapse this would be the Synapse ID of the fileview listing all data assets for a given project.(i.e. master_fileview in config.yml)
529
529
example: syn23643253
530
530
required: true
531
+
- in: query
532
+
name: return_type
533
+
schema:
534
+
type: string
535
+
enum: ["json", "csv"]
536
+
description: Type of return
537
+
example: 'json'
538
+
required: true
531
539
responses:
532
540
"200":
533
-
description: A list of json
541
+
description: csv file path or json
534
542
"500":
535
543
description: Check schematic log.
536
544
tags:
@@ -677,4 +685,124 @@ paths:
677
685
"500":
678
686
description: Check schematic log.
679
687
tags:
680
-
- Schema Operation
688
+
- Schema Operation
689
+
690
+
691
+
/explorer/get_node_dependencies:
692
+
get:
693
+
summary: Get the immediate dependencies that are related to a given source node
694
+
description: Get the immediate dependencies that are related to a given source node
0 commit comments