Update Multiple Data Records
PUT/v1/model/prod/:modelName/updateMany
Request
Path Parameters
modelName stringrequired
Data model identifier
- application/json
Body
filter object
where object
data object
Responses
- 200
Successful.
- application/json
- Schema
- Example (from schema)
Schema
- UpdateDeleteManyResponse
- ErrorResponse
oneOf
data object
count integer
legalIdList undefined[]
illegalIdList undefined[]
requestId Request unique ID (string)
code Error code (string)
message Error message (string)
requestId Request unique ID (string)
{}
Loading...