Skip to content

Commit

Permalink
DOC-1877-upsertEdges-fix-links
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG authored Jul 4, 2024
1 parent dd8d93b commit 6a02f2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/core-functions/pages/edge.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Example:
{"visits": (1482, "+"), "max_duration": (371, "max")}
----

For valid values of `<operator>` see xref:tigergraph-server:api:upsert-rest#_operation_codes[Upsert > Operation Codes] .
For valid values of `<operator>` see xref:tigergraph-server:API:upsert-rest.adoc#_operation_codes[Upsert > Operation Codes] .

[discrete]
==== Returns:
Expand All @@ -276,7 +276,7 @@ A single number of accepted (successfully upserted) edges (0 or 1).
==== Endpoint:
- `POST /graph/{graph_name}`
+
See xref:tigergraph-server:api:upsert-rest[Upsert data to graph] for more details.
See xref:tigergraph-server:API:upsert-rest[Upsert data to graph] for more details.



Expand Down Expand Up @@ -313,7 +313,7 @@ Example:
]
----

For valid values of `<operator>` see https://docs.tigergraph.com/dev/restpp-api/built-in-endpoints#operation-codes[this] .
For valid values of `<operator>` see xref:tigergraph-server:API:upsert-rest.adoc#operation-codes[Upsert > Operation Codes] .

[discrete]
==== Returns:
Expand All @@ -323,7 +323,7 @@ A single number of accepted (successfully upserted) edges (0 or positive integer
==== Endpoint:
- `POST /graph/{graph_name}`
+
See https://docs.tigergraph.com/dev/restpp-api/built-in-endpoints#upsert-data-to-graph[this] for more details.
See xref:tigergraph-server:API:upsert-rest.adoc[Upsert Data to Graph] for more details.



Expand Down

0 comments on commit 6a02f2c

Please sign in to comment.