Skip to content

Commit

Permalink
Correct upload version response code docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Sep 11, 2024
1 parent fb70465 commit 3879535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
})
Expand Down

0 comments on commit 3879535

Please sign in to comment.