Skip to content

Commit afe676e

Browse files
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7e8c194 commit afe676e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Auth:
5757

5858
Guidelines:
5959
- `create` always returns a list of GUIDs (1 for single, N for bulk).
60-
- `update` and `delete` always returns `None`.
60+
- `update` and `delete` always return `None`.
6161
- Bulk update chooses broadcast vs per-record by the type of `changes` (dict vs list).
6262
- `delete_async` returns the BulkDelete async job ID and doesn't wait for completion.
6363
- It's recommended to use delete_async for multi-record delete for better performance.

0 commit comments

Comments
 (0)