pjpimentel / dots

digital ocean api typescript/javascript wrapper
https://dots.pimentel.co
MIT License
82 stars 15 forks source link

Region should not be a required field for droplet creation #531

Closed HerrTuring closed 2 months ago

HerrTuring commented 2 months ago

As per digital ocean's api reference: https://docs.digitalocean.com/reference/api/api-reference/#operation/droplets_create The field region can be ommited from the creation resulting in a "random" region.

pjpimentel commented 2 months ago

@HerrTuring thanks, fix available at version 3.11.11: https://github.com/pjpimentel/dots/pull/532

if, after the update, the issue remain, please reopen this issue.