Português (BR)
Redefine o certificado ou a senha de um banco de dados hospedado na Square Cloud.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/databases/{databaseId}/credentials/reset \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "reset": "<string>" }'
{ "status":"success", "response":{ "password":"f3T1hdskMkchMwK6Hxqinoyb" } }
success
error
Show Alternar objeto
Esta página foi útil?