chore: update the swagger file

This commit is contained in:
dineshsalunke 2024-01-26 11:15:37 +05:30
parent c5c41e3da5
commit 0a0837f47b

View File

@ -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"
},