测试glance update-image接口(/v2/images/{image_id})时,报错如下:
400 Bad Request Operation objects must contain exactly one member named "add", "remove", or "replace".
调用接口(/v2/images/{image_id})时,request body的json数据如下:
[{
"operation": "replace",
"path": "/name",
"value": "feifei"
},
{
"operation": "replace",
"path": "/description",
"value": "feifei"
}]
请问有人遇到过这种情况吗?~~希望可以解答一下~~
|
|