API Url


https://hex-escape-room.herokuapp.com

HTTP Method

PATCH

API Path


/api/shopping/v1/product/:id

API Description


修改產品狀態

Request Params


ID (產品 ID)

Request Body


Key Value Type Required
status true or false Boolean Yes

Example JSON

{
    "status": true // 必填
}

Response Example