v1

latestSwagger 2.02026-08-041113661.2 MB
DomainService

Try again last operation

post/v1beta/domains/{id}/last-operation/restart

Path parameters

idinteger required

Domain id number

Request body

auth_codestring
idinteger

Example request

{
  "auth_code": "1a2b3c4d5e6f",
  "domain": {
    "extension": "london",
    "name": "test4"
  },
  "id": 0
}

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "success": false
  },
  "desc": ""
}