더북(TheBook)

Swagger UI를 새로 고침하고 PUT /items/{item_id}를 펼쳐 [Try it out] 버튼을 클릭합니다. item_id, assignee, 요청 본문(Request body)을 다음과 같이 입력한 후 [Execute] 버튼을 클릭하면 입력한 내용이 응답 본문으로 반환되는 것을 확인할 수 있습니다.

item_id: 1

assignee: tony

Request body:

{
  "name": "pencil",
  "price": 1000,
  "in_stock": true
}