Skip to content

Commit

Permalink
Fix README example for GET file size request
Browse files Browse the repository at this point in the history
Corrects the example curl command in the README to match the correct endpoint for fetching file size. This ensures users can accurately follow documentation instructions.
  • Loading branch information
NonSwag committed Oct 3, 2024
1 parent c3dd433 commit 497f07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ response body: `base64 string`
**GET `INSTANCE_URL/size/{download_key}`**: get the file size

```sh
curl --request GET 'http://localhost:3000/expiration/db6186c8795740379d26fc61ecba1a24'
curl --request GET 'http://localhost:3000/size/db6186c8795740379d26fc61ecba1a24'
```
response:

Expand Down

0 comments on commit 497f07e

Please sign in to comment.