From 0a0837f47b67180311556636e7fe98530b76f618 Mon Sep 17 00:00:00 2001 From: dineshsalunke Date: Fri, 26 Jan 2024 11:15:37 +0530 Subject: [PATCH] chore: update the swagger file --- templates/swagger/v1_json.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index ee320f6d621..3c14c36da44 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -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" },