action-raw: updaate rest api docs

This commit is contained in:
Starbeamrainbowlabs 2022-06-30 01:39:56 +01:00
parent 234f9fa371
commit ec340d18a9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@
register_module([
"name" => "Raw page source",
"version" => "0.9",
"version" => "0.9.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds a 'raw' action that shows you the raw source of a page.",
"id" => "action-raw",
@ -19,6 +19,14 @@ register_module([
*
* @apiParam {string} page The page to return the source of.
* @apiParam {string} typeheader Optional; v0.22+. The content-type header to set on the response. If not set, defaults to text/markdown. Valid values: plaintext (returns text/plain). Does NOT change the content delivered. Useful for debugging if your browser doesn't display text returned with text/markdown.
*
* @apiSuccessExample Example response:
* HTTP/1.1 200 OK
* content-type: text/markdown
* content-disposition: inline
* x-tags: foo, bar, baz
*
* Some text here
*/
/*