digitalocean / droplet_kit

DropletKit is the official DigitalOcean API client for Ruby.
MIT License
515 stars 152 forks source link

databases: add create scope to DatabaseUser name property #273

Closed YingCGooi closed 3 years ago

YingCGooi commented 3 years ago

It looks like the name property is not properly mapped to the request body during create_database_user

invalid request: user_name field required (DropletKit::FailedCreate)
YingCGooi commented 3 years ago

Closing out PR. Looks like the change is already been merged to the main branch