mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
Correct upload version response code docs
This commit is contained in:
parent
fb70465cd5
commit
3879535e9e
@ -49,7 +49,7 @@ public interface IVersionsController {
|
||||
tags = "Versions"
|
||||
)
|
||||
@ApiResponses({
|
||||
@ApiResponse(responseCode = "201", description = "Ok"),
|
||||
@ApiResponse(responseCode = "200", description = "Ok"),
|
||||
@ApiResponse(responseCode = "401", description = "Api session missing, invalid or expired"),
|
||||
@ApiResponse(responseCode = "403", description = "Not enough permissions to use this endpoint")
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user