We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e2ae4 commit 1a14174Copy full SHA for 1a14174
1 file changed
content/docs/references/api/rest-server.mdx
@@ -191,6 +191,7 @@ const result = BatchEndpointsConfig.parse(data);
191
| **enableDiscovery** | `boolean` | ✅ | Enable API discovery endpoint |
192
| **enableProjectScoping** | `boolean` | ✅ | Enable project-scoped routing for data/meta/AI APIs |
193
| **projectResolution** | `Enum<'required' \| 'optional' \| 'auto'>` | ✅ | Project ID resolution strategy |
194
+| **requireAuth** | `boolean` | ✅ | Reject anonymous requests on /data/* with HTTP 401 |
195
| **documentation** | `Object` | optional | OpenAPI/Swagger documentation config |
196
| **responseFormat** | `Object` | optional | Response format options |
197
0 commit comments