API documentation
Passwort ?ndern
Diese API kann verwendet werden, um das Domain-Verwaltungspasswort zu ?ndern
Content-Type
application-json
Kategorie
domain
Aktion
change_password
Anfrageparameter
| Parametername | Typ | Beschreibung | Beispiel |
|---|---|---|---|
| domain | Zeichenkette (3-60) | Domainname | example.com |
| password | Zeichenkette (3-16) | Domain-Verwaltungspasswort | 123456 |
Anfragebeispiel
{
curl http://api.www.unionroom.cn/v2/?category=domain&action=change_password&domain={domain}&password={password}
-H "Authorization: username:api_secret"
-H "Content-Type: application/json"
}
Rückgabewert
0 OK
Erfolgreiche Antwort
{
"code": 0,
"msg" : "success",
"data" : {
}
}
400 Fehlerhafte Anfrage
{
"code": 400,
"msg" : "Request parameter error",
}









