Skip to content

Commit

Permalink
[DOCS] Fixes typo in Kibana create role example (#25345)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Nov 8, 2018
1 parent c79fac2 commit 1c86dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/role-management/put.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PUT /api/security/role/my_kibana_role
"grant" : [ "title", "body" ]
},
"query" : "{\"match\": {\"title\": \"foo\"}}"
} ],
} ]
},
"kibana": {
"global": ["all"]
Expand Down

0 comments on commit 1c86dbd

Please sign in to comment.