Update
Create a new user
PUT
/concerts/{concertId}
<Description of the endpoint>
Authority
ROLE
DESCRIPTION
MASTER
관리자
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
concertTitle
String
콘서트 이름
concertStartTime
TIMESTAMP
시작 시간
playtime
INTEGER
진행 시간
description
String
설명
prices
List<Price>
가격
Response
Last updated