Closed
Bug 1688623
Opened 4 years ago
Closed 4 years ago
download docs are missing querystring params
Categories
(Tecken :: General, task, P2)
Tecken
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
The documentation for the download API is here:
https://tecken.readthedocs.io/en/latest/download.html#get---DEBUG_FILENAME---DEBUG_ID---SYMBOL_FILE-
That API additionally takes two querystring params that are hard-coded in the view code: try
and _refresh
. It also uses the DownloadForm
which has two other querystring params in it: code_filename
and code_id
.
The latter two need to be documented in the API docs.
Assignee | ||
Comment 1•4 years ago
|
||
Grabbing this because it's an unfortunate omission.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
willkg merged PR #2289: "bug 1688623: add docs for code_id and code_filename" in 218df19.
It's on RTD, so we're good here.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•