Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/openapiv2/apidocs.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ service OpenFGAService {
"of each check to the item which was checked, so it must be unique for each item in the batch. "
"We recommend using a UUID or ULID as the `correlation_id`, but you can use whatever unique identifier you need as long "
" as it matches this regex pattern: `^[\\w\\d-]{1,36}$`\n\n"
"NOTE: The maximum number of checks that can be passed in the `BatchCheck` API is configurable via the [OPENFGA_MAX_CHECKS_PER_BATCH_CHECK](https://openfga.dev/docs/getting-started/setup-openfga/configuration#OPENFGA_MAX_CHECKS_PER_BATCH_CHECK) environment variable. If `BatchCheck` is called using the SDK, the SDK can split the batch check requests for you.\n\n"
"For more details on how `Check` functions, see the docs for `/check`.\n\n"
"### Examples\n"
"#### A BatchCheckRequest\n"
Expand Down
Loading
Loading