Restore assets from trash
Restores trashed assets so they reappear in default list/search results. Idempotent — assets that are already live are silently skipped.
Pairs with trash_assets: assets soft-deleted there can be brought back here within the retention window. To restore a whole trashed library, use restore_library.
Query parameters
Library that owns the assets. Optional if the user has a single live (non-trashed) library; required when they have multiple.
Library that owns the assets. Optional if the user has a single live (non-trashed) library; required when they have multiple.
Request body
Response
Successful Response
Empty acknowledgment returned when an operation succeeds.
Changes
Changed in 3 of the 79 revisions of this API.26
- ▲
response property
detaillist-of-types was widened by adding typesstringto media typeapplication/jsonof response422response-property-list-of-types-widened
- ○
the response property
detailbecame required for the status422response-property-became-required
- ▲
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ▲
removed the success response with the status
204response-success-status-removed
- ○
added the success response with the status
200response-success-status-added
- ▲