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: docs/api/woqlclient.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1132,7 +1132,7 @@ Get the patch of difference between two documents.
1132
1132
| --- | --- | --- |
1133
1133
| before | <code>object</code> | The current state of JSON document |
1134
1134
| after | <code>object</code> | The updated state of JSON document |
1135
-
| [options] | <code>object</code> | {keep:{}} Options to send to the diff endpoint. The diff api outputs the changes between the input (branches or commits), in options you can list the properties that you would like to see in the diff result in any case. |
1135
+
| [options] | <code>object</code> | {keep:{}} Options to send to the diff endpoint. The diff api outputs the changes between the input, in options you can list the properties that you would like to see in the diff result in any case. |
1136
1136
1137
1137
**Example**
1138
1138
```javascript
@@ -1157,8 +1157,8 @@ Get the patch of difference between two documents.
1157
1157
| --- | --- | --- |
1158
1158
| dataVersion | <code>string</code> | The version from which to compare the object |
1159
1159
| jsonObject | <code>object</code> | The updated state of JSON document |
1160
-
| id | <code>string</code> | The object id to be diffed |
1161
-
| [options] | <code>object</code> | {keep:{}} Options to send to the diff endpoint the diff api outputs the changes between the input (branches or commits), but you can list the properties that you would like to see in the diff result in any case. |
1160
+
| id | <code>string</code> | The document id to be diffed |
1161
+
| [options] | <code>object</code> | {keep:{}} Options to send to the diff endpoint the diff api outputs the changes between the input, but you can list the properties that you would like to see in the diff result in any case. |
1162
1162
1163
1163
**Example**
1164
1164
```javascript
@@ -1244,7 +1244,7 @@ Patch the difference between two documents.
0 commit comments