Skip to content

Commit

Permalink
[DOCS] Fixes typo in Kibana create role example (#25345) (#25406)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Nov 8, 2018
1 parent ed1eb3d commit c5f8195
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": [ {
"privileges": [ "all" ]
Expand Down

0 comments on commit c5f8195

Please sign in to comment.