Skip to content

Commit

Permalink
review: fix api description
Browse files Browse the repository at this point in the history
  • Loading branch information
Seddik Yengui committed Feb 21, 2024
1 parent 1e4926f commit 0d44b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public ResponseEntity<Void> deleteElement(@PathVariable("elementUuid") UUID elem

@DeleteMapping(value = "/explore/elements/{directoryUuid}/delete-stashed")
@Operation(summary = "Remove directories/elements")
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "Filter creation request delegated to filter server")})
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "directories/elements was successfully removed")})
public ResponseEntity<Void> deleteElements(@RequestParam("ids") List<UUID> elementsUuid,
@RequestHeader("userId") String userId,
@PathVariable String directoryUuid) {
Expand Down

0 comments on commit 0d44b89

Please sign in to comment.