Skip to main content
POST
/
api
/
v1
/
mails
/
{mailServerID}
/
plan
change mail server plan
curl --request POST \
  --url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/plan \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "planName": "m3"
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

mailServerID
string
required

Body

application/json
planName
enum<string>
default:m3
Available options:
m1,
m2,
m3,
m4,
m5,
m6,
m7,
m8

Response