Skip to content

Commit b5f7e9d

Browse files
authored
Update REST API.md
1 parent 3935629 commit b5f7e9d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Documentation/REST API.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ uploadcare.copyFileToRemoteStorage(source: source, target: "one_more_project", m
235235
}
236236
```
237237

238-
### Authenticated urls ([API Reference](https://uploadcare.com/docs/delivery/file_api/#authenticated-urls?utm_source=github&utm_medium=referral&utm_campaign=uploadcare-swift)) ###
238+
### Authenticated URLs ([API Reference](https://uploadcare.com/docs/delivery/file_api/#authenticated-urls?utm_source=github&utm_medium=referral&utm_campaign=uploadcare-swift)) ###
239239

240-
This method allows you to get authonticated url from your backend using redirect.
241-
By request to that url your backend should generate authenticated url to your file and perform REDIRECT to generated url.
240+
This method allows you to get an authenticated URL from your backend using a redirect.
241+
To answer a request to that URL your backend should generate an authenticated URL to your file and perform REDIRECT to a generated URL.
242242

243-
Redirect url will be caught and returned in completion handler of that method.
243+
A redirected URL will be caught and returned in the completion handler of that method.
244244

245245
Example: https://yourdomain.com/{UUID}/
246246

@@ -258,6 +258,3 @@ uploadcare.getAuthenticatedUrlFromUrl(url, { (value, error) in
258258
print(value)
259259
})
260260
```
261-
262-
263-

0 commit comments

Comments
 (0)