ITADN

Support `move` and `copy` ops

#127OpenRichienb 创建于 2025-09-02
R
Richienbcommented
I'm using a [spec-compliant upstream module](https://github.com/stefankoegl/python-json-patch) to generate patches, and then I'm sending them the client. However, this upstream module generates `move` and `copy` operations which aren't supported here. The workaround is manually translating these ops to `add`/`remove` counterparts before sending them.
0 条评论