mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-23 15:09:47 +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": [
|
"tags": [
|
||||||
"project"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "List repository projects",
|
"summary": "List org projects",
|
||||||
"operationId": "projectListOrgProjects",
|
"operationId": "projectListOrgProjects",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
@ -2377,7 +2377,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "include closed issues or not",
|
"description": "include closed projects or not",
|
||||||
"name": "closed",
|
"name": "closed",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
},
|
},
|
||||||
@ -10401,7 +10401,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "include closed issues or not",
|
"description": "include closed projects or not",
|
||||||
"name": "closed",
|
"name": "closed",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
},
|
},
|
||||||
@ -15872,12 +15872,12 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"project"
|
"project"
|
||||||
],
|
],
|
||||||
"summary": "List repository projects",
|
"summary": "List user projects",
|
||||||
"operationId": "projectListUserProjects",
|
"operationId": "projectListUserProjects",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "include closed issues or not",
|
"description": "include closed projects or not",
|
||||||
"name": "closed",
|
"name": "closed",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user