curl --request POST \
--url https://api.iran.liara.ir/v1/databases/{id}/resize \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"planID": "<string>",
"disk": true
}
'This response has no body data.resize a database that user owns
curl --request POST \
--url https://api.iran.liara.ir/v1/databases/{id}/resize \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"planID": "<string>",
"disk": true
}
'This response has no body data.