Request
gifticonId: Int
JSON
복사
UpdateGifticonRequest
Search
UpdateGifticonRequest {
"name" : "아메리카노",
"...": "..."
}
JSON
복사
Response(성공)
UpdateGifticonResponse
Search
CommonResponse{
"status": "success",
"data": {
"id": "String",
"name": "String"
}
}
JSON
복사