feat(project): Delete project (SCRUM-35) #29

Merged
jank merged 8 commits from feature/remove-project into main 2024-10-02 09:43:10 +00:00
Showing only changes of commit 48b836e203 - Show all commits

@ -24,7 +24,7 @@ public class RemoveProjectAction {
@Operation(summary = "Remove project by ID") @Operation(summary = "Remove project by ID")
@ApiResponses(value = { @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) @ApiResponse(responseCode = "404", description = "Project not found", content = @Content)
}) })
@DeleteMapping("/{id}") @DeleteMapping("/{id}")