From 6ec02091e6ae9b4eee410c7c47f6ae5846323d4b Mon Sep 17 00:00:00 2001 From: RogueOneEcho <169937523+RogueOneEcho@users.noreply.github.com> Date: Sun, 12 Jan 2025 10:33:37 +0000 Subject: [PATCH] docs: improve consistency of torrent action headings Upload and Download actions are nested under Torrents in the table of content but the H2 headings indicated differently --- docs/07-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/07-API.md b/docs/07-API.md index 2e8f3e194..056b9f41e 100644 --- a/docs/07-API.md +++ b/docs/07-API.md @@ -1356,7 +1356,7 @@ Must use either API token or `$_POST['authkey']` } ``` -## Upload +### Upload __NOTE__: Requires using the API token @@ -1460,7 +1460,7 @@ __NOTE__: If `private` or `source` is `false`, then you will need to [download]( __NOTE__: If the provided `requestid` is invalid, then `fillRequest` in the response will have a key `error` that will designate what went wrong. -## Download +### Download __NOTE__: Requires using the API token