Update

PUT /prices/{priceId}

Authority

ROLE
DESCRIPTION

MASTER

관리자

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

concertId

UUID

Id of the concert

seatGrade

ENUM

R석, S석, A석, B석

price

Integer

가격

Response

{
  "priceId" : UUID,
  "concertId" : UUID,
  "seatGrade" : R석,
  "price" : 190000
}

Last updated