fix(RemoveProjectAction): update response code to 204
This commit is contained in:
parent
94fad947da
commit
48b836e203
@ -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…
Reference in New Issue
Block a user