From 93672cae096ef3f4344365045db129dd04cbdc5a Mon Sep 17 00:00:00 2001 From: Daniel Herrmann Date: Sat, 9 Mar 2024 21:30:22 +0100 Subject: [PATCH] docs: regenerate swagger docs --- pkg/swagger/docs.go | 8 ++++++++ pkg/swagger/swagger.json | 8 ++++++++ pkg/swagger/swagger.yaml | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 4a09ae964..dfc312bca 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -8287,6 +8287,10 @@ 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" @@ -8426,6 +8430,10 @@ 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 a6123a804..2bde17321 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -8279,6 +8279,10 @@ "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" @@ -8418,6 +8422,10 @@ "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 adca85d6c..70250ddd7 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -894,6 +894,10 @@ 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 @@ -1005,6 +1009,10 @@ 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