Add ?md to /who to get .md which has html from md .text

This commit is contained in:
breel
2020-07-31 21:01:56 -06:00
parent 1845fdd75f
commit 8444156866
3 changed files with 66 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ paths:
- $ref: "#/components/parameters/id"
- $ref: "#/components/parameters/namespace"
- $ref: "#/components/parameters/light"
- $ref: "#/components/parameters/md"
- $ref: "#/components/parameters/sort"
- $ref: "#/components/parameters/order"
responses:
@@ -115,6 +116,13 @@ components:
schema:
type: string
md:
name: md
in: query
description: "Include a html rendered markdown notes section as .md"
schema:
type: string
order:
name: order
in: query