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: usage/tools/cloudcode.mdx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,7 @@ The body of the request payload should look like this:
186
186
187
187
*`batch` should be an array of operations from the PowerSync client SDK.
188
188
*`op` refers to the type of each operation recorded by the PowerSync client SDK (`PUT`, `PATCH` or `DELETE`). Refer to [Writing Client Changes](/installation/app-backend-setup/writing-client-changes) for details.
189
+
*`table` refers to the table in SQLite where the operation originates from, and should match the name of a collection in MongoDB.
189
190
190
191
The API will respond with HTTP status `200` if the write was successful.
0 commit comments