Update
Update a venue
UPDATE
/venues/{venueId}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Authority
Role
Description
MASTER
관리자
Body
Name
Type
Description
venueName
String
공연장 이름
venueAddress
String
공연장 주소
seatCapacity
Integer
총 좌석수
seatRequests
List<UpdateSeatRequest>
좌석 업데이트
Response
Last updated