Dependency updates etc

This commit is contained in:
2024-02-11 17:01:25 +01:00
parent 80ebba33bc
commit 99c47abe2e
6 changed files with 98 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ type AuthInput struct {
// @Description Requires Authorization-header with role "admin".
// @Description Example: Authorization: bearer xxx
// @Description Where "xxx" is a valid JWT token
// @Param Authorization header string true "Insert your access token"
// @ID account-create
// @Accept json
// @Produce json