[Docs] Remove conflict code (#37672)

This commit is contained in:
Ahmad Bamieh 2019-05-31 20:28:05 +03:00 committed by GitHub
parent 3b69003ed9
commit b0fbb95ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,6 @@ PUT /api/security/role/my_kibana_role
"query" : "{\"match\": {\"title\": \"foo\"}}"
} ]
},
<<<<<<< HEAD
"kibana": [
{
"base": ["all"],
@ -237,13 +236,6 @@ PUT /api/security/role/my_kibana_role
"spaces": [
"default"
]
=======
"kibana": {
"global": [],
"space": {
"marketing": ["all"],
"engineering": ["read"]
>>>>>>> 83b7ea76b0fd7afcbeff26cd95241ef4b075d12e
}
]
}