Skip to content

Commit

Permalink
[DOCS] 월별 증거 조회 200 상태코드 Swagger 예시 응답 수정 #93
Browse files Browse the repository at this point in the history
  • Loading branch information
7beunseo committed Sep 20, 2024
1 parent d6f1798 commit ab4772b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/main/java/com/viewmore/poksin/controller/EvidenceAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,16 @@ public ResponseEntity<ResponseDTO> createListFile(
"{ \"status\": 200, \"code\": \"SUCCESS_RETRIEVE_MONTH_EVIDENCE\", \"message\": \"월별 증거를 성공적으로 조회했습니다.\",\n" +
"\"data\": [\n" +
" {\n" +
" \"evidenceCount\": 23\n" +
" \"evidenceCount\": 2,\n" +
" \"createdAt\": \"2024-09-11\"\n" +
" },\n" +
" {\n" +
" \"evidenceCount\": 3,\n" +
" \"createdAt\": \"2024-09-19\"\n" +
" },\n" +
" {\n" +
" \"evidenceCount\": 1,\n" +
" \"createdAt\": \"2024-09-20\"\n" +
" }\n" +
"]\n" +
"}"))),
Expand Down

0 comments on commit ab4772b

Please sign in to comment.