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 ad90bef063a87..13e6457d7ef31 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`.