Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: add database user update #656

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

dweinshenker
Copy link
Contributor

What

Add ability to update a user's settings via a PUT request. This will enable other clients to avoid having to recreate user resources when attempting to update settings

Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Changes look good. I am noticing that we don't seem to document PUT /v2/databases/$DATABASE_ID/users. Would be great to get that covered.

https://docs.digitalocean.com/reference/api/api-reference/#operation/databases_add_user

@andrewsomething andrewsomething merged commit 72328bd into digitalocean:main Nov 29, 2023
7 checks passed
@dweinshenker
Copy link
Contributor Author

👍 Changes look good. I am noticing that we don't seem to document PUT /v2/databases/$DATABASE_ID/users. Would be great to get that covered.

https://docs.digitalocean.com/reference/api/api-reference/#operation/databases_add_user

will be adding a follow-on PR to support this

@dweinshenker
Copy link
Contributor Author

👍 Changes look good. I am noticing that we don't seem to document PUT /v2/databases/$DATABASE_ID/users. Would be great to get that covered.
https://docs.digitalocean.com/reference/api/api-reference/#operation/databases_add_user

will be adding a follow-on PR to support this

@andrewsomething here is the follow-on PR for the openapi docs

digitalocean/openapi#847

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants