v1
latestSwagger 2.02026-08-041113661.2 MBDomainService
Restore domain
post/v1beta/domains/{id}/restore
Path parameters
idinteger required
Domain id number
Request body
Example request
{
"domain": {
"extension": "london",
"name": "test4"
},
"id": 0
}Response
A successful response.
Example response
{
"code": 0,
"data": {
"status": "ACT"
},
"desc": ""
}