-
Notifications
You must be signed in to change notification settings - Fork 0
Upload images
김은우 edited this page Jun 3, 2020
·
3 revisions
Context-type : multipart/form-data
POST /api/post/images
body
{
"image":"67f3249622a268f4a7e6f54e5955a8dbbaf07e151591162286468.jpg",
"image":"4154a86c636e70feb417e242841eff5e927cf0031591162360167.jpg",
}
- image의 filename을 클라이언트로 보내서 게시글을 등록할 때 사용할 수 있게 함
Success : 200
[
"67f3249622a268f4a7e6f54e5955a8dbbaf07e151591162360071.jpg",
"4154a86c636e70feb417e242841eff5e927cf0031591162360167.jpg"
]