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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1337,7 +1337,7 @@ Get the patch of difference between branches or commits.
1337
1337
| beforeVersion | <code>string</code> | Before branch/commit to compare |
1338
1338
| afterVersion | <code>string</code> | After branch/commit to compare |
1339
1339
| [id] | <code>string</code> | The document id to be diffed, if it is omitted all the documents will be compared |
1340
-
| [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. |
1340
+
| [options] | <code>typedef.DiffObject</code> | {keep:{},count:10,start:0} 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