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