mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-22 09:54:24 +01:00
Generate swagger for branchPath and relativePath
This commit is contained in:
parent
5303190eeb
commit
b4a0f47d2c
8
templates/swagger/v1_json.tmpl
generated
8
templates/swagger/v1_json.tmpl
generated
|
@ -24319,6 +24319,10 @@
|
|||
"description": "MarkupOption markup options",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BranchPath": {
|
||||
"description": "The current branch path where the form gets posted\n\nin: body",
|
||||
"type": "string"
|
||||
},
|
||||
"Context": {
|
||||
"description": "Context to render\n\nin: body",
|
||||
"type": "string"
|
||||
|
@ -24331,6 +24335,10 @@
|
|||
"description": "Mode to render (comment, gfm, markdown, file)\n\nin: body",
|
||||
"type": "string"
|
||||
},
|
||||
"RelativePath": {
|
||||
"description": "Relative path to the repository\n\nin: body",
|
||||
"type": "string"
|
||||
},
|
||||
"Text": {
|
||||
"description": "Text markup to render\n\nin: body",
|
||||
"type": "string"
|
||||
|
|
Loading…
Reference in a new issue