////
Search
Duplicate

상품수정

진행상황
완료
URL
/api/v2/products/{peoductId}
method
PUT
request
{    "name" : "String", "price" : “Long”, "quantity" : “Long”, "regions" : ["Region", "Region"],  "content" : “String”, ”finished”:”boolean” "categoryList" : ["String" , "String"] }
response
{    "id": Long, "name": "Stirng", "quantity": Long, "price": Long, "regions": ["Region",        "Region"], "finished": boolean, ”content”:”String” "userRes": { ”id”:”Long” , “nickname” : “String”   },  "categoryList": ["Stirng", "String"    ] } { ”message”:”해당 회원을 찾을 수 없습니다.” } { ”message”:”해당하는 상품이 존재하지 않습니다.” }
담당자
도메인
Product