v25

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015053126.2 KB
Database

Reset a database's default user password

Reset the database's default user to a single password, replacing all existing passwords

put/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 reset successfully