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: swagger.yml
+16-12
Original file line number
Diff line number
Diff line change
@@ -1432,11 +1432,13 @@ paths:
1432
1432
required: false
1433
1433
description: Possibilities for sorting of the nodes.
1434
1434
schema:
1435
-
type: string
1436
-
enum:
1437
-
- betweenness
1438
-
- degree
1439
-
- eigenvector
1435
+
type: array
1436
+
items:
1437
+
type: string
1438
+
# enum:
1439
+
# - betweenness
1440
+
# - degree
1441
+
# - eigenvector
1440
1442
- name: maxNodes
1441
1443
in: query
1442
1444
description: Number of nodes that should be shown. Default value is 100 and can be up to 1000. For more results please use batches, the provided offset parameter or download the whole dataset.
@@ -1552,11 +1554,13 @@ paths:
1552
1554
required: false
1553
1555
description: Possibilities for sorting of the nodes.
1554
1556
schema:
1555
-
type: string
1556
-
enum:
1557
-
- betweenness
1558
-
- degree
1559
-
- eigenvector
1557
+
type: array
1558
+
items:
1559
+
type: string
1560
+
# enum:
1561
+
# - betweenness
1562
+
# - degree
1563
+
# - eigenvector
1560
1564
- name: maxNodes
1561
1565
in: query
1562
1566
description: Number of nodes that should be shown. Default value is 100 and can be up to 1000. For more results please use batches, the provided offset parameter or download the whole dataset.
0 commit comments