Restores a list of trashed items based on the provided models. If any item fails to restore, the process is halted and the corresponding error is returned.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Body Params
application/json
Required
Example
[{"trashType":1,"trashIds":[0]}]
Responses
🟢204
No Content: Trash items have been successfully restored.