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 992d3ee commit cb55bf0Copy full SHA for cb55bf0
docs/api/components/schemas.yaml
@@ -1915,6 +1915,14 @@ Database:
1915
name:
1916
description: The name of the role for which audit logging is disabled.
1917
type: string
1918
+ disable_public_all_docs:
1919
+ description: |-
1920
+ This controls whether the `_all_docs` REST API endpoint is publicly accessible or not.
1921
+
1922
+ If set to `true`, the `_all_docs` endpoint will not be publicly accessible, and will only be available on the Admin API.
1923
+ Setting this to `false`, or leaving it as the default value is deprecated, and will default to `true` in a future release.
1924
+ type: boolean
1925
+ default: false
1926
title: Database-config
1927
Disabled-users-and-roles:
1928
type: object
0 commit comments