We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecc4c1 commit 69aaf26Copy full SHA for 69aaf26
1 file changed
rentplace/src/main/java/kattsyn/dev/rentplace/controllers/UserController.java
@@ -151,7 +151,7 @@ public ResponseEntity<UserDTO> updateUser(
151
152
@Operation(
153
summary = "Удалить пользователя",
154
- description = "Удалить пользователя по ID"
+ description = "Удалить пользователя по ID. Использовать в крайних случаях. При удалении удаляются все его брони и объявления."
155
)
156
@DeleteMapping("/{id}")
157
@ApiResponses(value = {
0 commit comments