Skip to content

Tag입력

Bohyeon Kim edited this page Oct 13, 2021 · 1 revision

Tag입력

메소드 경로 짧은 설명
POST board/tag Tag입력

요청 헤더

Bearer 헤더에 access 토큰 값 넣어야 함

Content-Type: application/json

요청 바디

{
    "tag_content" : "500ml",
    "review" : "6",
    "type" : 2
}

응답 바디

성공

{
    "id": 4,
    "tag_content": "500ml",
    "type": 2,
    "color_index": null,
    "updt_dt": "2021-10-13T10:34:59.854080+09:00",
    "insrt_dt": "2021-10-13T10:34:59.854080+09:00",
    "usage_fg": "Y",
    "review": 6
}
Clone this wiki locally