use star as swagger model

This commit is contained in:
Michael Jerger 2023-11-08 08:56:22 +01:00
parent 18f4c514ec
commit dc1a82bf4c
4 changed files with 19 additions and 2 deletions

View file

@ -66,6 +66,13 @@
"name": "repository-id",
"in": "path",
"required": true
},
{
"name": "body",
"in": "body",
"schema": {
"$ref": "#/definitions/Star"
}
}
],
"responses": {