Skip to content

Commit 69aaf26

Browse files
committed
(TP-123) feat: change deleteUser operation description
1 parent 8ecc4c1 commit 69aaf26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rentplace/src/main/java/kattsyn/dev/rentplace/controllers/UserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public ResponseEntity<UserDTO> updateUser(
151151

152152
@Operation(
153153
summary = "Удалить пользователя",
154-
description = "Удалить пользователя по ID"
154+
description = "Удалить пользователя по ID. Использовать в крайних случаях. При удалении удаляются все его брони и объявления."
155155
)
156156
@DeleteMapping("/{id}")
157157
@ApiResponses(value = {

0 commit comments

Comments
 (0)