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
@@ -28,17 +30,15 @@ A **diff** takes two JSON objects and presents any differences between them. Dif
28
30
29
31
A **patch** applies a diff to two objects to obtain a new object with any differences highlighted. A patch is applied individually or in bulk to a patch endpoint that will apply the patch to the specified data product.
See [JSON-DP client tutorials](json-diff-and-patch.md#json-dp-client-tutorials) for use cases, including connectivity with MongoDB.
41
+
See [Diff and Patch Endpoints](json-diff-and-patch.md#diff-and-patch-endpoints) for more information, and examples of [jsondiff](json-diff-and-patch.md#diff-examples-using-curl) and [jsonpatch](json-diff-and-patch.md#patch-examples-using-curl) using curl.  
42
42
43
43
## Use JSON-DP with a TerminusDB client
44
44
@@ -314,14 +314,11 @@ We have the following patch resulting from the diff:
314
314
315
315
## Diff and Patch Endpoints
316
316
317
-
The Patch and Diff endpoints expose endpoints to obtain diffs or patches of data.
318
-
319
-
\
320
-
We provide a public endpoint for each operation:
317
+
The Patch and Diff endpoints expose endpoints to obtain diffs or patches of data. Use our public endpoint for each operation:
0 commit comments