[6.x] [DOCS] Fixes typo in create role API (#25314) (#25336)

This commit is contained in:
Lisa Cawley 2018-11-08 09:14:13 -08:00 committed by GitHub
parent 8d139d508e
commit 970307c89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ PUT /api/security/role/my_kibana_role
"grant" : [ "title", "body" ]
},
"query" : "{\"match\": {\"title\": \"foo\"}}"
} ],
} ]
},
"kibana": {
"global": ["all"]
@ -85,7 +85,7 @@ PUT /api/security/role/my_kibana_role
"grant" : [ "title", "body" ]
},
"query" : "{\"match\": {\"title\": \"foo\"}}"
} ],
} ]
},
"kibana": {
"global": [],
@ -95,4 +95,4 @@ PUT /api/security/role/my_kibana_role
}
}
}
--------------------------------------------------
--------------------------------------------------