From 142b186db29d56b778354e552487f18c02b90f81 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Fri, 8 Nov 2024 11:43:44 +0100 Subject: [PATCH 1/2] Fix some syntax --- en/reference/validation-overrides.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/en/reference/validation-overrides.html b/en/reference/validation-overrides.html index 8359664fef..b735f15361 100644 --- a/en/reference/validation-overrides.html +++ b/en/reference/validation-overrides.html @@ -74,15 +74,17 @@

allow

-

List of validation overrides

- +
+ + + @@ -153,17 +155,21 @@

List of validation overrides

+
ID Required when... Action needed or effect of change
indexing-change Changing what tokens are expected and stored in field indexes. Removing data plane certificates, typically when moving to new certificates. Unable to accesss endpoint with removed certificates.

Validation overrides for internal use

- +
+ + + @@ -179,6 +185,7 @@

Validation overrides for internal use

+
ID Required when... Action needed or effect of change
config-model-version-mismatch For internal use. For internal use, used in zones where there should be no access-control.
From ed145871a0c5220723afaf927016bcfad264734b Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Fri, 8 Nov 2024 11:45:24 +0100 Subject: [PATCH 2/2] Link to source code for a complete list of validation overrides --- en/reference/validation-overrides.html | 33 ++++---------------------- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/en/reference/validation-overrides.html b/en/reference/validation-overrides.html index b735f15361..d0a8856bb0 100644 --- a/en/reference/validation-overrides.html +++ b/en/reference/validation-overrides.html @@ -158,35 +158,10 @@

List of validation overrides

- -

Validation overrides for internal use

- - - - - - - - - - - - - - - - - - - - - - - - - - -
IDRequired when...Action needed or effect of change
config-model-version-mismatchFor internal use.
skip-old-config-modelsFor internal use.
access-controlFor internal use, used in zones where there should be no access-control.
+

+See +ValidationId.java for a complete list of validation overrides. +