cURL
curl --request POST \ --url https://api.dscloud.pt/v3/db/rotate-password/{id} \ --header 'Authorization: <authorization>'
{ "status": "success", "response": { "id": "003dd41a", "new_password": "n3w!s3cur3P@ssw0rd" } }
Generate a new password for the specified database. This will immediately invalidate the previous password.
success
error
Show response Details
Was this page helpful?