Supported Formats

json

Examples

GET /api/v1/test/test_note/tags
200
[
  {
    "html_url": "http://www.example.com/test/test_note/issues?tag=tag1",
    "name": "tag1"
  },
  {
    "html_url": "http://www.example.com/test/test_note/issues?tag=tag2",
    "name": "tag2"
  }
]