Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GDTF_Share_API/GDTF Share API.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,15 +346,15 @@ For a successful download, the file is returned as a binary stream. For an error
</table>


## Sample request
### Sample request

```
curl -b session.txt https://gdtf-share.com/apis/public/downloadFile.php?rid=12345
--output file.gdtf
```


## Sample response
### Sample response

__On success:__ HTTP Code 200

Expand Down