change tags

This commit is contained in:
kiwiidb
2022-04-26 12:21:16 +02:00
parent 5137d966cc
commit 0818abdd2c
5 changed files with 10 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ type CreateUserRequestBody struct {
// @Description Create a new account with a login and password
// @Accept json
// @Produce json
// @Tags Account
// @Param account body CreateUserRequestBody false "Create User"
// @Success 200 {object} CreateUserResponseBody
// @Failure 400 {object} responses.ErrorResponse