Skip to content

API_users_id_tag

newmki edited this page Mar 24, 2022 · 1 revision

🟢get

  • parameters
{
}
  • response
{
  "success": "bool",
  "data": {
    "tagArr": [{
        "tagName": "다이어트",
        "tagId" : 1,
      },
      ...
    ]
  },
  "message": "str"
}

🟢post

  • parameters
{
  "googleId": "str",
  "tag": "str"
}
  • response
{
  "success": "bool",
  "message": "str"
}
Clone this wiki locally