Remove duplicates from the list.
POST/operator/duplicate
Remove duplicates from the list.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
listundefined[]required
The List that contains duplicate values.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
listundefined[]required
The List that removed all duplicate values.
{
"list": [
null
]
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}