Skip to content

Commit

Permalink
[6.x] [DOCS] Fixes typo in create role API (elastic#25314) (elastic#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Nov 8, 2018
1 parent 8d139d5 commit 970307c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -85,7 +85,7 @@ PUT /api/security/role/my_kibana_role
"grant" : [ "title", "body" ]
},
"query" : "{\"match\": {\"title\": \"foo\"}}"
} ],
} ]
},
"kibana": {
"global": [],
Expand All @@ -95,4 +95,4 @@ PUT /api/security/role/my_kibana_role
}
}
}
--------------------------------------------------
--------------------------------------------------

0 comments on commit 970307c

Please sign in to comment.