fix(RemoveProjectAction): update response code to 204
This commit is contained in:
parent
94fad947da
commit
48b836e203
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class RemoveProjectAction {
|
|||
|
||||
@Operation(summary = "Remove project by ID")
|
||||
@ApiResponses(value = {
|
||||
@ApiResponse(responseCode = "200", description = "Project deleted", content = {}),
|
||||
@ApiResponse(responseCode = "204", description = "Project deleted", content = {}),
|
||||
@ApiResponse(responseCode = "404", description = "Project not found", content = @Content)
|
||||
})
|
||||
@DeleteMapping("/{id}")
|
||||
|
|
Loading…
Add table
Reference in a new issue