-
Notifications
You must be signed in to change notification settings - Fork 2
가게수정
Bohyeon Kim edited this page Oct 12, 2021
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
PUT | board/store/storeid | 가게수정 |
Content-Type: application/json
{
"id": 2,
"store_name": "커피빈",
"address": "안암역 2번출구",
"post": "모든 텀블러 가능.",
"biz_num": "1208607029",
"latitude": "37.586845218920730",
"longitude": "127.029455126857390",
"user": 1,
"menu": [],
"store_img": []
}
{
"id": 2,
"store_name": "커피빈",
"address": "안암역 2번출구",
"post": "모든 텀블러 가능.",
"biz_num": "1208607029",
"latitude": "37.586845218920730",
"longitude": "127.029455126857390",
"user": 1,
"menu": [],
"store_img": []
}