Skip to content

Commit c598b8e

Browse files
committed
(TP-124) feat: add max image size for UserController.uploadImage
1 parent bfc5de6 commit c598b8e

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
@@ -36,7 +36,7 @@ public class UserController {
3636

3737
@Operation(
3838
summary = "Загрузка фотографии для пользователя",
39-
description = "Загрузка фотографии для пользователя"
39+
description = "Загрузка фотографии для пользователя. Размер фотографии до 5Мб"
4040
)
4141
@ApiResponses(value = {
4242
@ApiResponse(responseCode = "200", description = "Успешно", content = @Content(mediaType = "application/json", schema = @Schema(implementation = Image.class))),

0 commit comments

Comments
 (0)