Skip to content

Commit c0d9b6b

Browse files
committed
CloudCode page: add note about property
1 parent a890ae2 commit c0d9b6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usage/tools/cloudcode.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ The body of the request payload should look like this:
186186

187187
* `batch` should be an array of operations from the PowerSync client SDK.
188188
* `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.
189190

190191
The API will respond with HTTP status `200` if the write was successful.
191192

0 commit comments

Comments
 (0)