-
Notifications
You must be signed in to change notification settings - Fork 3
[DELETE] ADMIN 배너에 장소 리스트 삭제 (준엽)
Junyup Hong edited this page Mar 27, 2021
·
1 revision
[DELETE] ADMIN - 배너에 장소 리스트 삭제 (준엽)
메소드 | 경로 | 짧은 설명 |
---|---|---|
DELETE | /admin/banners/:bannerIdx/place | 배너에 있는 장소 리스트 삭제 |
token: token (admin 토큰은 따로 문의해주세여)
key | 설명 | 타입 | 비고 |
---|---|---|---|
bannerIdx | 배너 인덱스 | String |
key | 설명 | 타입 | 비고 |
---|---|---|---|
placeIdxList | 삭제할 장소 idx 배열 | Array |
key | 설명 | 타입 | 비고 |
---|
{
"status": 200,
"success": true,
"message": "배너 장소 삭제 성공"
}
- 요청 데이터 없음
{
"status": 400,
"message": "필요한 값이 없습니다"
}
- 서버 내부 에러
{
"status": 500,
"message": "서버 내부 에러"
}