-
Notifications
You must be signed in to change notification settings - Fork 2
Tag수정
Bohyeon Kim edited this page Oct 13, 2021
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
PUT | board/tag/tagid | Tag수정 |
Content-Type: application/json
{
"tag_content" : "500ml",
"review" : "6",
"type" : 2
}
{
"id": 1,
"tag_content": "500ml",
"type": 2,
"color_index": 3,
"updt_dt": "2021-10-13T10:37:08.693735+09:00",
"insrt_dt": "2021-09-13T17:41:21.441220+09:00",
"usage_fg": "Y",
"review": 6
}