English
Edits a database hosted on Square Cloud, changing name and/or memory
cURL
curl --request PATCH \ --url https://api.squarecloud.app/v2/databases/{databaseId} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "ram": 123 }'
{ "status":"success" }
success
error
Was this page helpful?