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