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.
这可能是一个基本问题,但我根本找不到答案......
它与 ArrangoDB 相关联,我只是在学习它,当我尝试使用 POST 请求(REST API)插入数据时,如果我添加另一个不是“_key”参数的参数,则会出现错误,因此下图添加了一个记录成功
但是当我尝试添加参数时,它给了我一个错误
当我在 Web 界面中添加文档时,即使添加更多参数,它也会成功插入...
有谁知道如何将具有更多参数的文档插入到集合中?我可能需要定义一个模式吗?提前感谢您的答案。d