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": [ "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"
}, },