Update Order
PUT
/api/order/{orderId}
Access Permissions
MASTER
마스터
HUB_ADMIN
허브 관리자 ( 해당 주문과 관련된 허브 관리자만 가능 )
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
orderId
Long
주문 Id
amount
Integer
주문 수량
Response
{
result:SUCESS,
data:
}
Last updated