Change Status

PUT/seat_price/{seatPriceId}

Authority

ROLE
DESCRIPTION

MASTER

관리자

USER

유저

System

feign client 요청

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Request Param

Name
Type
Description

status

ENUM

RESERVED/ PAYING / AVAILABLE

Response

{
  "success" : true
}

Last updated