mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-25 05:44:09 +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",
|
"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",
|
"name": "is_private",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
},
|
},
|
||||||
|
@ -5378,9 +5378,6 @@
|
||||||
"consumes": [
|
"consumes": [
|
||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
"produces": [
|
|
||||||
"application/json"
|
|
||||||
],
|
|
||||||
"tags": [
|
"tags": [
|
||||||
"repository"
|
"repository"
|
||||||
],
|
],
|
||||||
|
@ -5417,9 +5414,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"201": {
|
|
||||||
"$ref": "#/responses/DispatchWorkflowRun"
|
|
||||||
},
|
|
||||||
"204": {
|
"204": {
|
||||||
"$ref": "#/responses/empty"
|
"$ref": "#/responses/empty"
|
||||||
},
|
},
|
||||||
|
@ -23134,6 +23128,12 @@
|
||||||
"description": "Git reference for the workflow",
|
"description": "Git reference for the workflow",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"x-go-name": "Ref"
|
"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"
|
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||||
|
|
Loading…
Reference in a new issue