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: content/cn/docs/clients/restful-api/edge.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ g = graph.traversal()
77
77
78
78
##### Method & Url
79
79
80
-
```
80
+
```bash
81
81
POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges
82
82
```
83
83
@@ -140,7 +140,7 @@ POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges
140
140
141
141
##### Method & Url
142
142
143
-
```
143
+
```bash
144
144
POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/batch
145
145
```
146
146
@@ -208,7 +208,7 @@ POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/batc
208
208
209
209
##### Method & Url
210
210
211
-
```
211
+
```http
212
212
PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:marko>2>>S2:lop?action=append
213
213
```
214
214
@@ -271,7 +271,7 @@ PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:ma
271
271
272
272
##### Method & Url
273
273
274
-
```
274
+
```http
275
275
PUT http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/batch
276
276
```
277
277
@@ -373,7 +373,7 @@ PUT http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/batch
373
373
374
374
##### Method & Url
375
375
376
-
```
376
+
```http
377
377
PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:marko>2>>S2:lop?action=eliminate
378
378
```
379
379
@@ -448,7 +448,7 @@ PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:ma
448
448
449
449
##### Method & Url
450
450
451
-
```
451
+
```http
452
452
GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?vertex_id="1:marko"&label=knows&properties={"date":"P.within(\"20160111\")"}
453
453
```
454
454
@@ -484,7 +484,7 @@ GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?verte
484
484
485
485
##### Method & Url
486
486
487
-
```
487
+
```http
488
488
GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?page&limit=2
489
489
```
490
490
@@ -536,7 +536,7 @@ GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?page&
536
536
537
537
##### Method & Url
538
538
539
-
```
539
+
```http
540
540
GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?page=EoYxOm1hcmtvgggCAIQyOmxvcAAAAAAAAAAC&limit=2
541
541
```
542
542
@@ -585,7 +585,7 @@ GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?page=
585
585
586
586
##### Method & Url
587
587
588
-
```
588
+
```http
589
589
GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:marko>2>>S2:lop
590
590
```
591
591
@@ -631,7 +631,7 @@ GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:ma
Copy file name to clipboardExpand all lines: content/en/docs/clients/restful-api/edge.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ g = graph.traversal()
76
76
77
77
##### Method & Url
78
78
79
-
```
79
+
```http
80
80
POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges
81
81
```
82
82
@@ -138,7 +138,7 @@ POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges
138
138
139
139
##### Method & Url
140
140
141
-
```
141
+
```http
142
142
POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/batch
143
143
```
144
144
@@ -205,7 +205,7 @@ POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/batc
205
205
206
206
##### Method & Url
207
207
208
-
```
208
+
```http
209
209
PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:marko>2>>S2:lop?action=append
210
210
```
211
211
@@ -267,7 +267,7 @@ PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:ma
267
267
268
268
##### Method & Url
269
269
270
-
```
270
+
```http
271
271
PUT http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/batch
272
272
```
273
273
@@ -368,7 +368,7 @@ PUT http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/batch
368
368
369
369
##### Method & Url
370
370
371
-
```
371
+
```http
372
372
PUT http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:marko>2>>S2:lop?action=eliminate
373
373
```
374
374
@@ -442,7 +442,7 @@ Key-value pairs of properties consist of the property name and value in JSON for
442
442
443
443
##### Method & Url
444
444
445
-
```
445
+
```http
446
446
GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?vertex_id="1:marko"&label=knows&properties={"date":"P.within(\"20160111\")"}
447
447
```
448
448
@@ -478,7 +478,7 @@ GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?verte
478
478
479
479
##### Method & Url
480
480
481
-
```
481
+
```http
482
482
GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?page&limit=2
483
483
```
484
484
@@ -530,7 +530,7 @@ The returned body contains the page number information for the next page, `"page
530
530
531
531
##### Method & Url
532
532
533
-
```
533
+
```http
534
534
GET http://127.0.0.1:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges?page=EoYxOm1hcmtvgggCAIQyOmxvcAAAAAAAAAAC&limit=2
535
535
```
536
536
@@ -578,7 +578,7 @@ When `"page": null` is returned, it indicates that there are no more pages avail
578
578
579
579
##### Method & Url
580
580
581
-
```
581
+
```http
582
582
GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:marko>2>>S2:lop
583
583
```
584
584
@@ -623,7 +623,7 @@ GET http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph/graph/edges/S1:ma
0 commit comments