Authorization: Bearer ********************
{
"data": {
"attributes": {
"name": "New Name",
"password": "Newpassword123!"
}
}
}
curl --location --request PUT 'https://api.servebolt.io/v1/databases/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"name": "New Name",
"password": "Newpassword123!"
}
}
}'