tailscale / tailscale-client-go

A client implementation for the Tailscale HTTP API
MIT License
61 stars 27 forks source link

Add SetDeviceTags method #3

Closed davidsbond closed 2 years ago

davidsbond commented 2 years ago

This commit introduces the SetDeviceTags methods which allows for setting the tags of a specified device. See the API documentation for full details.

Signed-off-by: David Bond davidsbond93@gmail.com

davidsbond commented 2 years ago

This is required to implement https://github.com/davidsbond/terraform-provider-tailscale/issues/67