Skip to content

Commit 1a14174

Browse files
committed
docs: add requireAuth field to BatchEndpointsConfig
1 parent c7e2ae4 commit 1a14174

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/docs/references/api/rest-server.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ const result = BatchEndpointsConfig.parse(data);
191191
| **enableDiscovery** | `boolean` || Enable API discovery endpoint |
192192
| **enableProjectScoping** | `boolean` || Enable project-scoped routing for data/meta/AI APIs |
193193
| **projectResolution** | `Enum<'required' \| 'optional' \| 'auto'>` || Project ID resolution strategy |
194+
| **requireAuth** | `boolean` || Reject anonymous requests on /data/* with HTTP 401 |
194195
| **documentation** | `Object` | optional | OpenAPI/Swagger documentation config |
195196
| **responseFormat** | `Object` | optional | Response format options |
196197

0 commit comments

Comments
 (0)