feat(project): Delete project (SCRUM-35) #29
@ -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