Start scheduler to allow customers to access queue list

대기열의 사용자 접근 허용 스케줄링 시작

Start scheduler to allow customers to access queue list

POST /api/schedulingQueue/{productId}/startAllow

Access Permissions

Role
Description
ADMIN

관리자

Request Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Request Body

Name
Type
Description
Required

count

Long

The number of customers to be allowed to access

true

delay

Long

Scheduling Unit Period (mili second)

true

Path Variable

Name
Type
Description

productId

Long

Product ID

Response

"스케줄링 시작 완료"

Last updated