更新多条数据
PUT/v1/model/prod/:modelName/updateMany
Request
Path Parameters
modelName stringrequired
数据模型标识
- application/json
Body
filter object
where object
data object
Responses
- 200
成功
- application/json
- Schema
- Example (from schema)
Schema
- UpdateDeleteManyResponse
- ErrorResponse
oneOf
data object
count integer
legalIdList undefined[]
illegalIdList undefined[]
requestId 请求唯一id (string)
code 错误码 (string)
message 错误信息 (string)
requestId 请求唯一id (string)
{}
Loading...