HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
[팀 BackFro💯] ArtZip: 세상 모든 전시회를 한 번에
[팀 BackFro💯] ArtZip: 세상 모든 전시회를 한 번에
/
🚀
API 명세
/
[관리자] 전시회 생성

[관리자] 전시회 생성

사용되는 페이지
관리자 페이지
HTTP Method
POST
설명
[관리자] 전시회 생성
인증 필요 여부
완료 여부
완료
URL
/api/v1/admin/exhibitions
담당자
인증 여부에 따른 응답 변경 여부
해당없음
must or should
could
도메인
ADMIN

Request

POST /api/v1/admin/exhibitions
Form Data
name
이름
String
required
description
설명
String
ㅤ
area
지역
String (ENUM)
required
address
주소
String
ㅤ
longitude
경도
Double
required
latitude
위도
Double
required
place
장소
String
ㅤ
placeUrl
장소 URL
String (url 형식)
ㅤ
url
URL
String (url 형식)
ㅤ
startDate
개장 날짜
String (yyyy-MM-dd)
ㅤ
endDate
폐장 날짜
String (yyyy-MM-dd)
required
genre
장르
String (ENUM)
ㅤ
inquiry
연락 번호
String
ㅤ
fee
요금
String
required
thumbnail
썸네일
File
required

Resonse

Success
303 - GET /api/v1/admin/exhibitions/{exhibitionId} 로 리다이렉트 //리다이렉트보다 특정 값만 주는 것이 낫다고 생각하시면 말씀해주세요.
Failure