-
Notifications
You must be signed in to change notification settings - Fork 1
여행지등록용
황규철 edited this page Nov 15, 2020
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
POST | /register/place | 여행지 등록 |
Content-Type: application/json
{
"category" : "서울특별시",
"address" : "양천구 목동동로 430 111동 1111호",
"title" : "재밌게 쓰세요.",
"name" : "목동아파트",
"content" : "한 줄을 띄고싶을 때는\n을 추가해주세요.",
"store" : "0" or "1",
"cooking" : "0" or "1",
"latitude" : "37.12315342",
"longitude" : "123.4364756",
"imgs" : "배열(여러개)"
}
{
"status": 200,
"success": true,
"message": "장소 등록 성공",
}