Permit 'count' users to access
사용자를 count 인원만큼 접근 허용
Permit 'count' users
POST
/api/waitingQueue/{productId}/allow
Access Permissions
Role
Description
ADMIN
관리자
Request Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Path Variable
Name
Type
Description
productId
Long
Product ID
Request Body
Name
Type
Description
Required
count
Long
The number of the user
true
Response
{
"status": 200,
"data": {
"requestCount": 1,
"allowedCount": 1
},
"error": null,
"timeStamp": "2024-09-27 12:00:00"
}
Last updated