Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 ML8 的 Patch 功能,我能够通过提供其 URI 来更新文档。但是如果需要对多个文档进行补丁,比如说需要将一个新的孩子添加到集合中的所有 XML/JSON 文档中,我们可以在 ML8 中做到这一点!
目前,/v1/documents 上的 PATCH仅针对一页。如需批量更新,请查看Corb2。