Fix invalid json example in POST access endpoint (remove array)

Bug: Issue 10106
Change-Id: I0f8a33ca57bc79648beea3ac047e1c2d2002217a
This commit is contained in:
Florian Ramillien
2018-12-04 11:04:59 +01:00
committed by David Pursehouse
parent 3a86708875
commit 4978ae51f3

View File

@@ -1085,21 +1085,19 @@ entity is returned.
Content-Type: application/json; charset=UTF-8
{
"remove": [
{
"refs/*": {
"permissions": {
"read": {
"rules": {
"c2ce4749a32ceb82cd6adcce65b8216e12afb41c": {
"action": "ALLOW"
}
"remove": {
"refs/*": {
"permissions": {
"read": {
"rules": {
"c2ce4749a32ceb82cd6adcce65b8216e12afb41c": {
"action": "ALLOW"
}
}
}
}
}
]
}
}
----