Fix invalid json example in POST access endpoint (remove array)
Bug: Issue 10106 Change-Id: I0f8a33ca57bc79648beea3ac047e1c2d2002217a
This commit is contained in:

committed by
David Pursehouse

parent
3a86708875
commit
4978ae51f3
@@ -1085,8 +1085,7 @@ entity is returned.
|
|||||||
Content-Type: application/json; charset=UTF-8
|
Content-Type: application/json; charset=UTF-8
|
||||||
|
|
||||||
{
|
{
|
||||||
"remove": [
|
"remove": {
|
||||||
{
|
|
||||||
"refs/*": {
|
"refs/*": {
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"read": {
|
"read": {
|
||||||
@@ -1099,7 +1098,6 @@ entity is returned.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user