From 3aa6b3ea31ed3ef969c3241fdfe7dad5c18d48c5 Mon Sep 17 00:00:00 2001 From: Joshua Wolfson <161302281+The-Wolfson@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:29:52 +1100 Subject: [PATCH] Update headers for sample request and response sections Changed formatting of headings to properly group under endpoint --- GDTF_Share_API/GDTF Share API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GDTF_Share_API/GDTF Share API.md b/GDTF_Share_API/GDTF Share API.md index bfa222a..634ee48 100644 --- a/GDTF_Share_API/GDTF Share API.md +++ b/GDTF_Share_API/GDTF Share API.md @@ -346,7 +346,7 @@ For a successful download, the file is returned as a binary stream. For an error -## Sample request +### Sample request ``` curl -b session.txt https://gdtf-share.com/apis/public/downloadFile.php?rid=12345 @@ -354,7 +354,7 @@ curl -b session.txt https://gdtf-share.com/apis/public/downloadFile.php?rid=1 ``` -## Sample response +### Sample response __On success:__ HTTP Code 200