URL | PUT {{basepath}}/parkingPageHtml/:document |
---|---|
Category | Redirect |
Allows you to set the default page for the redirect server cluster attached to your project.
Expects a html string in the request body
Returns a DomainParkingPutResponse object.
:document | default |
---|
<html>
<head>
<style>
body{
background-color:#333;
color:white;
}
</style>
</head>
<body>
<h1>Parked[[domain]][[path]]</h1>
<p>This domain is currently parked if you are the owner, please contact support</p>
</body>
</html>
PUT {{basepath}}/parkingPageHtml/:document
<html>
<head>
<style>
body{
background-color:purple;
color:white;
}
</style>
</head>
<body>
<h1>Hello world [[domain]][[path]]</h1>
<p>Wil je ook een .[[tld]] kopen ga dan hier naar toe</p>
</body>
</html>
:document | default |
---|
200 OK
{
"responseId": "mapi429_934ab8122254fcba65e0b85e25a570e9f33f0103",
"status": "ok",
"message": "Html has been stored"
}