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