From 8dada8b2982b1cce88a9ed6a0990199c9c2e54de Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Wed, 3 Jun 2026 19:23:14 +0000 Subject: [PATCH] [skip ci] Updated swagger docs --- pkg/swagger/docs.go | 8 -------- pkg/swagger/swagger.json | 8 -------- pkg/swagger/swagger.yaml | 8 -------- 3 files changed, 24 deletions(-) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 104c7eb20..8d51d18a5 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -10454,10 +10454,6 @@ const docTemplate = `{ "description": "The unique, numeric id of this team.", "type": "integer" }, - "include_public": { - "description": "Query parameter controlling whether to include public projects or not", - "type": "boolean" - }, "is_public": { "description": "Defines wether the team should be publicly discoverable when sharing a project", "type": "boolean" @@ -10601,10 +10597,6 @@ const docTemplate = `{ "description": "The unique, numeric id of this team.", "type": "integer" }, - "include_public": { - "description": "Query parameter controlling whether to include public projects or not", - "type": "boolean" - }, "is_public": { "description": "Defines wether the team should be publicly discoverable when sharing a project", "type": "boolean" diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index e686178bb..4e7dcde92 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -10446,10 +10446,6 @@ "description": "The unique, numeric id of this team.", "type": "integer" }, - "include_public": { - "description": "Query parameter controlling whether to include public projects or not", - "type": "boolean" - }, "is_public": { "description": "Defines wether the team should be publicly discoverable when sharing a project", "type": "boolean" @@ -10593,10 +10589,6 @@ "description": "The unique, numeric id of this team.", "type": "integer" }, - "include_public": { - "description": "Query parameter controlling whether to include public projects or not", - "type": "boolean" - }, "is_public": { "description": "Defines wether the team should be publicly discoverable when sharing a project", "type": "boolean" diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index 809ad2f62..bc91df8ea 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -1187,10 +1187,6 @@ definitions: id: description: The unique, numeric id of this team. type: integer - include_public: - description: Query parameter controlling whether to include public projects - or not - type: boolean is_public: description: Defines wether the team should be publicly discoverable when sharing a project @@ -1307,10 +1303,6 @@ definitions: id: description: The unique, numeric id of this team. type: integer - include_public: - description: Query parameter controlling whether to include public projects - or not - type: boolean is_public: description: Defines wether the team should be publicly discoverable when sharing a project