Restores the specified folders from the Media Manager's trash bin, and moves them to their original locations in the Media Manager.
You can only call this method when authenticated as a Wix app or Wix user identity.
IDs of the folders to restore from the Media Manager's trash bin.
curl -X POST \
'https://www.wixapis.com/site-media/v1/bulk/trash-bin/folders/restore' \
-H 'Authorization: <AUTH>' \
-H 'Content-Type: application/json' \
--data-binary '{
"folderIds": ["25284aa06584441ea94338fdcfbaba12", "9v38fdcfbaba12eeb55bcf5c41eca01c0"]
}'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.