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