libraries
Restore a library from trash
Restores a previously-trashed library so it reappears in default list/search results. Works as long as the library row still exists — once get_library returns 404 the row is gone and restore is no longer possible. If the background drain has already started purging assets, restore succeeds but recovers only the assets the drain hasn't gotten to yet.
Pairs with trash_library. To restore individual trashed assets within an untrashed library, use restore_assets instead.
post/api/libraries/{library_id}/restore
Path parameters
library_idstring required
Library ID (with lib_ prefix) of the trashed library to restore.
Library ID (with lib_ prefix) of the trashed library to restore.
Response
Successful Response