update
Modify specific records in a database collection using defined criteria and update data, ensuring accurate and targeted changes through a standardized interface.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | 集合名称 | |
data | Yes | 要更新的数据 (object) | |
where | Yes | 查询条件 (JQL格式) |