mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-23 00:16:45 +00:00
chore: update the swagger file
This commit is contained in:
parent
c5c41e3da5
commit
0a0837f47b
10
templates/swagger/v1_json.tmpl
generated
10
templates/swagger/v1_json.tmpl
generated
@ -2365,7 +2365,7 @@
|
||||
"tags": [
|
||||
"project"
|
||||
],
|
||||
"summary": "List repository projects",
|
||||
"summary": "List org projects",
|
||||
"operationId": "projectListOrgProjects",
|
||||
"parameters": [
|
||||
{
|
||||
@ -2377,7 +2377,7 @@
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"description": "include closed issues or not",
|
||||
"description": "include closed projects or not",
|
||||
"name": "closed",
|
||||
"in": "query"
|
||||
},
|
||||
@ -10401,7 +10401,7 @@
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"description": "include closed issues or not",
|
||||
"description": "include closed projects or not",
|
||||
"name": "closed",
|
||||
"in": "query"
|
||||
},
|
||||
@ -15872,12 +15872,12 @@
|
||||
"tags": [
|
||||
"project"
|
||||
],
|
||||
"summary": "List repository projects",
|
||||
"summary": "List user projects",
|
||||
"operationId": "projectListUserProjects",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"description": "include closed issues or not",
|
||||
"description": "include closed projects or not",
|
||||
"name": "closed",
|
||||
"in": "query"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user