We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8c194 commit afe676eCopy full SHA for afe676e
1 file changed
README.md
@@ -57,7 +57,7 @@ Auth:
57
58
Guidelines:
59
- `create` always returns a list of GUIDs (1 for single, N for bulk).
60
-- `update` and `delete` always returns `None`.
+- `update` and `delete` always return `None`.
61
- Bulk update chooses broadcast vs per-record by the type of `changes` (dict vs list).
62
- `delete_async` returns the BulkDelete async job ID and doesn't wait for completion.
63
- It's recommended to use delete_async for multi-record delete for better performance.
0 commit comments