We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255e767 commit a26be4eCopy full SHA for a26be4e
1 file changed
src/common/swagger/user.json
@@ -762,6 +762,7 @@
762
"createdAt" :{"type":"string", "example": "2025-08-04T02:31:36.000Z"},
763
"commissionTitle":{"type":"string", "example":"테스트 커미션 글"},
764
"workingTime":{"type":"string", "example":"33일"},
765
+ "review_thumbnail":{"type":"string", "example":"https://example.com/reviewThumbnail1.png"},
766
"writer":{
767
"type":"object",
768
"properties":{
@@ -785,6 +786,7 @@
785
786
"items":{"type":"string"},
787
"example":["감성", "낙서"]
788
},
789
+ "bookmark":{"type":"boolean", "example":false,
790
"commission_img":{"type":"string", "example":"http://example.com/image.jpg"}
791
}
792
0 commit comments