hetznercloud / hcloud-go

A Go library for the Hetzner Cloud API
https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud
MIT License
390 stars 45 forks source link

fix: do not send primary IPs ID opts to the API (#552) #554

Closed jooola closed 1 week ago

jooola commented 1 week ago

The ID is not part of the request body docs, but was still send. This removes the ID from the request body.