v25

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015053126.2 KB
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