Request
Authorization
{
"Bear " : "token"
}
JSON
복사
Body
{
"name": "Updated Item",
"price": 20000,
"imageUri": "http://example.com/images/updated-item.jpg",
"category": "ETC"
}
JSON
복사
Response
Body
{
"status": "OK",
"message": "성공",
"data": {
"itemId": 1,
"userId": 1,
"name": "Updated Item",
"price": 10000,
"imageUri": "http://example.com/images/updated-item.jpg",
"category": "ETC",
"createdAt": null,
"updatedAt": "2024-11-16T17:28:08.500161"
}
}
JSON
복사