vultr / govultr

Vultr Go API client
MIT License
230 stars 56 forks source link

Allow empty values in startup script request struct #299

Closed optik-aper closed 6 months ago

optik-aper commented 6 months ago

Description

Adds the omitempty struct tag since it's the same struct used for update as is used for create. As it is now, when updates are made, any empty values get sent to the API which will wipe the values.

Related Issues

295

Checklist: