Skip to content

Commit a26be4e

Browse files
committed
REFACTOR : 작가 프로필 조회 swagger 문서화 수정
1 parent 255e767 commit a26be4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/common/swagger/user.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@
762762
"createdAt" :{"type":"string", "example": "2025-08-04T02:31:36.000Z"},
763763
"commissionTitle":{"type":"string", "example":"테스트 커미션 글"},
764764
"workingTime":{"type":"string", "example":"33일"},
765+
"review_thumbnail":{"type":"string", "example":"https://example.com/reviewThumbnail1.png"},
765766
"writer":{
766767
"type":"object",
767768
"properties":{
@@ -785,6 +786,7 @@
785786
"items":{"type":"string"},
786787
"example":["감성", "낙서"]
787788
},
789+
"bookmark":{"type":"boolean", "example":false,
788790
"commission_img":{"type":"string", "example":"http://example.com/image.jpg"}
789791
}
790792
}

0 commit comments

Comments
 (0)