localhost 접속시
http://localhost:8080/api/v1/{projectd}/tags
배포환경 접속시
http://”AWS 주소”/api/v1/{projectId}/tags
Header 구성
구성요소 | Type |
AccessToken | String |
Request
Header
AccessToken: Bearer jfdksahgvjkhadjkhsajkflhsajklbvdjbjbdsjk389219479298r9
Plain Text
복사
http://localhost:8080/api/v1/{projectId}/tags
Plain Text
복사
Body
1안
# 태그
{"tags": [
{
"tagName" : "button1",
"tagId": "button",
"tagClass": "",
"tagEvents": ["click", "login"]
},
{
"tagName" : "button2",
"tagId": "button2",
"tagClass": "primary",
"tagEvents": ["purchase"]
},
{
"tagName" : "main",
"tagId": "main",
"tagClass": "",
"tagEvents": ["click_main", "click"]
}
]
}
JSON
복사
Response
200
ok
JSON
복사
400
{
"올바른 입력이 아닙니다."
}
JSON
복사
500
{
"서버 내부 에러입니다."
}
JSON
복사