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
Example request
{
"password": "my-secure-password"
}Response
Password reset successfully
Changes
Changed in 2 of the 26 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 43 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲