Skip to content

Commit

Permalink
fixing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Jan 29, 2024
1 parent 81cc9b2 commit 6a0be4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class AuthController(

@APIMapping("createToken", "Create a token")
@CreateModelPath("/token")
@DocumentedType(AuthToken::class)
@DocumentedError(400, "auth_invalid_code")
@DocumentedError(500, "error_internal")
override suspend fun token(call: ApplicationCall, @Payload request: AuthRequest): AuthToken {
Expand Down

0 comments on commit 6a0be4a

Please sign in to comment.