docs(swagger): New swaggerdoc
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2024-12-12 18:50:21 +01:00
parent ef25adf5ed
commit 1d068b2655
3 changed files with 0 additions and 19 deletions

View File

@@ -312,18 +312,11 @@ const docTemplate = `{
"models.Group": {
"type": "object",
"required": [
"id",
"name"
],
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"parent_group": {
"$ref": "#/definitions/models.Group"
}
}
},