mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 23:32:41 +00:00
Updated v1_json.tmpl file.
This commit is contained in:
parent
633a9f4dd2
commit
14fff7bec1
1 changed files with 7 additions and 7 deletions
14
templates/swagger/v1_json.tmpl
generated
14
templates/swagger/v1_json.tmpl
generated
|
@ -4645,7 +4645,7 @@
|
|||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"description": "show only public, private or all repositories (defaults to all)",
|
||||
"description": "show only pubic, private or all repositories (defaults to all)",
|
||||
"name": "is_private",
|
||||
"in": "query"
|
||||
},
|
||||
|
@ -5378,9 +5378,6 @@
|
|||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"repository"
|
||||
],
|
||||
|
@ -5417,9 +5414,6 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"201": {
|
||||
"$ref": "#/responses/DispatchWorkflowRun"
|
||||
},
|
||||
"204": {
|
||||
"$ref": "#/responses/empty"
|
||||
},
|
||||
|
@ -23134,6 +23128,12 @@
|
|||
"description": "Git reference for the workflow",
|
||||
"type": "string",
|
||||
"x-go-name": "Ref"
|
||||
},
|
||||
"return_run_info": {
|
||||
"description": "Flag to return the run info",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"x-go-name": "ReturnRunInfo"
|
||||
}
|
||||
},
|
||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||
|
|
Loading…
Reference in a new issue