You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method get() in the Proxmox\Api\Nodes\Node\Storage\Storage\FileRestore\Download have to return not arrey, it have to return row data from response. Because /api2/json/nodes/{node}/storage/{storage}/file-restore/download return not json arrey as other method it return 'any'.
So in the Api class I propose to add one more method which will return ResponseInterface or iterator with headers
The text was updated successfully, but these errors were encountered:
Method get() in the Proxmox\Api\Nodes\Node\Storage\Storage\FileRestore\Download have to return not arrey, it have to return row data from response. Because /api2/json/nodes/{node}/storage/{storage}/file-restore/download return not json arrey as other method it return 'any'.
So in the Api class I propose to add one more method which will return ResponseInterface or iterator with headers
The text was updated successfully, but these errors were encountered: