API documentation
????? ???? ??????
???? ??????? ????? API ??? ?????? ???? ???? ????? ??????.
??? ???????
application-json
?????
domain
???????
change_password
?????? ?????
| ??? ??????? | ????? | ????? | ???? |
|---|---|---|---|
| domain | ????? ???? (3-60) | ??? ?????? | example.com |
| password | ????? ???? (3-16) | ???? ???? ????? ?????? | 123456 |
???? ?????
{
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"
}
????? ???????
0 OK
??????? ?????
{
"code": 0,
"msg" : "success",
"data" : {
}
}
400 ??? ??? ????
{
"code": 400,
"msg" : "Request parameter error",
}









