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
+9-9Lines changed: 9 additions & 9 deletions
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 (JSON Object), but 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 (branches or commits), 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
@@ -1178,9 +1178,9 @@ Get the patch of difference between branches or commits.
1178
1178
| Param | Type | Description |
1179
1179
| --- | --- | --- |
1180
1180
| beforeVersion | <code>string</code> | Before branch/commit to compare |
1181
-
| afterVersion | <code>string</code> | Before branch/commit to compare |
1182
-
| [id] | <code>string</code> | The object id to be diffed, if it is omitted all the documents will be compared |
1183
-
| [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. |
1181
+
| afterVersion | <code>string</code> | After branch/commit to compare |
1182
+
| [id] | <code>string</code> | The document id to be diffed, if it is omitted all the documents will be compared |
1183
+
| [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. |
0 commit comments