Skip to content

Commit f921395

Browse files
tvernumjrodewig
authored andcommitted
Fix indentation of "except" in role mapping doc
"except" is a type of rule, and should be indented accordingly.
1 parent 601faf6 commit f921395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/docs/en/rest-api/security/role-mapping-resources.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A rule is a logical condition that is expressed by using a JSON DSL. The DSL sup
2626
(array of rules) If *all* of its children are true, it evaluates to `true`.
2727
`field`:::
2828
(object) See <<mapping-roles-rule-field>>.
29-
`except`::
29+
`except`:::
3030
(object) A single rule as an object. Only valid as a child of an `all` rule. If
3131
its child is `false`, the `except` is `true`.
3232

0 commit comments

Comments
 (0)