File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Uploads a remote file to TestingBot Storage
154154testingbotclient.storage.upload_remote_file(localFilePath)
155155```
156156
157- ### getStorageFile
157+ ### getStoredFile
158158Retrieves meta-data from a previously stored file
159159< https://testingbot.com/support/api#uploadfile >
160160
@@ -163,13 +163,13 @@ Retrieves meta-data from a previously stored file
163163testingbotclient.storage.get_stored_file(appUrl)
164164```
165165
166- ### getStorageFiles
166+ ### getStoredFiles
167167Retrieves meta-data from previously stored files
168168< https://testingbot.com/support/api#filelist >
169169
170170
171171``` python
172- testingbotclient.storage.get_stored_files(appUrl )
172+ testingbotclient.storage.get_stored_files(offset = 0 , limit = 30 )
173173```
174174
175175### deleteStorageFile
You can’t perform that action at this time.
0 commit comments