This endpoint restores an existing file, identified by its assetId, within the organization's ESM shared storage
to an ACTIVE state. This operation is only permitted if the requester has appropriate write-level permissions on the file.
NOTE:
Files already in an ACTIVE state will remain ACTIVE and return 200 OK.
Restore calls made on assets in a DELETED_PARENT state will return a 409 Conflict error.
Hard-deleted files will return a 404 Not Found error.
If an asset with the same path already exists, the restored file will be renamed automatically.
If the requester lacks the required permissions or the file does not exist, an appropriate error response
will be returned.
This endpoint restores an existing file, identified by its
assetId, within the organization's ESM shared storage to an ACTIVE state. This operation is only permitted if the requester has appropriate write-level permissions on the file.