标签: python mongodb rest eve
有没有办法使用Eve框架从文档中取消设置字段?
赞$ curl -X PATCH http://example.com/people/<id> -d '{"image": "$unset": 1}'
$ curl -X PATCH http://example.com/people/<id> -d '{"image": "$unset": 1}'
答案 0 :(得分:0)