Update
PUT
/seats/{seatId}
Authority
ROLE
DESCRIPTION
MASTER
관리자
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
venueId
UUID
Id of the venue
grade
ENUM
R, S, A, B
Response
Last updated
PUT
/seats/{seatId}
Authority
MASTER
관리자
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
venueId
UUID
Id of the venue
grade
ENUM
R, S, A, B
Response
Last updated