Skip to content

Commit

Permalink
upsertEdges - fix broken reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG authored Jul 4, 2024
1 parent b915400 commit dd8d93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 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#_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 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[Upsert data to graph] for more details.



Expand Down

0 comments on commit dd8d93b

Please sign in to comment.