79.15. tags エンドポイント
| operation | Description | Headers | Result | | ------ | ---- | ------- | 00:00:0- | | list | list all of your tags | | List<com.myjeeva.digitalocean.pojo.Tag > | | create | create a Tag | CamelDigitalOceanName string | com.myjeeva.digitalocean.pojo.Tag | | get | retrieve an individual tag | CamelDigitalOceanName String | com.myjeeva.digitalocean.pojo.Tag | | delete | delete タグ | CamelDigitalOceanName String | com.myjeeva.digitalocean.pojo.Delete | | update | update a tag | CamelDigitalOceanName String <br>'CamelDigitalOcean newname' String| com.myjeeva.digitalocean.pojo.Tag |