From fd4ae697b898c21720c872552af6e925456c51df Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Wed, 25 Sep 2019 18:26:47 +1000 Subject: [PATCH] Fix indentation of "except" in role mapping doc "except" is a type of rule, and should be indented accordingly. --- .../docs/en/rest-api/security/role-mapping-resources.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/docs/en/rest-api/security/role-mapping-resources.asciidoc b/x-pack/docs/en/rest-api/security/role-mapping-resources.asciidoc index a46e29aec86..a6a6fd7a90e 100644 --- a/x-pack/docs/en/rest-api/security/role-mapping-resources.asciidoc +++ b/x-pack/docs/en/rest-api/security/role-mapping-resources.asciidoc @@ -26,7 +26,7 @@ A rule is a logical condition that is expressed by using a JSON DSL. The DSL sup (array of rules) If *all* of its children are true, it evaluates to `true`. `field`::: (object) See <>. -`except`:: +`except`::: (object) A single rule as an object. Only valid as a child of an `all` rule. If its child is `false`, the `except` is `true`.