Skip to content

Commit 68af65e

Browse files
committed
fix: address copilot comment
1 parent ad3ec5e commit 68af65e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,9 @@ response = await fga_client.batch_check(ClientBatchCheckRequest(checks=checks),
935935
# ]
936936
```
937937

938+
##### Client Batch Check
939+
940+
938941
If you are using an OpenFGA version less than 1.8.0, you can use `client_batch_check`,
939942
which calls `check` in parallel. It will return `allowed: false` if it encounters an error, and will return the error in the body.
940943
If 429s or 5xxs are encountered, the underlying check will retry up to 3 times before giving up.

0 commit comments

Comments
 (0)