[skip ci] Updated swagger docs
This commit is contained in:
parent
c0392e42ac
commit
8dada8b298
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue