✌️
This commit is contained in:
parent
0711d29f6f
commit
da279f9e50
13 changed files with 104 additions and 32 deletions
|
|
@ -7,12 +7,17 @@ block meta
|
|||
block main
|
||||
h1= endpoint
|
||||
|
||||
p#url= url
|
||||
p#url
|
||||
span.method POST
|
||||
span.host
|
||||
= url.host
|
||||
| /
|
||||
span.path= url.path
|
||||
|
||||
p#desc= desc[lang] || desc['ja']
|
||||
|
||||
section
|
||||
h2 Params
|
||||
h2= common.i18n[lang]['docs']['api']['endpoints']['params']
|
||||
+propTable(params)
|
||||
|
||||
if paramDefs
|
||||
|
|
@ -23,5 +28,5 @@ block main
|
|||
|
||||
if res
|
||||
section
|
||||
h2 Response
|
||||
h2= common.i18n[lang]['docs']['api']['endpoints']['res']
|
||||
+propTable(res)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue