Updates the database password
patch
/v1/projects/{ref}/database/passwordOAuth scopes
- database:write
Path parameters
- refRequiredstring
Project ref
Body
- passwordRequiredstring
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "message": "lorem"3}