cloudinary_npm
cloudinary_npm copied to clipboard
Feature: Add support for restoring asset(s) by asset id
Brief Summary of Changes
This PR adds support for restoring one or more assets by asset_id, via the following endpoint: POST /resources/restore/:asset_ids Documentation reference: https://cloudinary.com/documentation/admin_api#restore_resources_by_asset_id
What Does This PR Address?
- [ ] GitHub issue (Add reference - #XX)
- [ ] Refactoring
- [ x] New feature
- [ ] Bug fix
- [ ] Adds more tests
Are Tests Included?
- [ x] Yes
- [ ] No