Database

Add a password to a database's default user

Add a new password to the database's default user password list for AUTH authentication

post/v1/bdbs/{uid}/passwords

Path parameters

uidinteger required

The database unique ID

Request body

passwordstring required

The password to add, delete, or set

Example request

{
  "password": "my-secure-password"
}

Response

Password added successfully

Changes