Description
Changes the hosting panel password of the specified Single Domain Linux Hosting Order.
Parameters
| Name | Data Type | Required / Optional | Description | 
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter | 
| api-key | String | Required | Authentication Parameter | 
| order-id | Integer | Required | Order ID of the Single Domain Linux Hosting Order whose hosting panel password needs to be changed. | 
| new-passwd | String | Required | New password. | 
HTTP Method
POST
Example Test URL Request
US, Texas Server  https://test.httpapi.com/api/singledomainhosting/linux/us/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1 
US, California Server  https://test.httpapi.com/api/singledomainhosting/linux/us/ca/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1 
India Server  https://test.httpapi.com/api/singledomainhosting/linux/in/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1 
Response
Returns status as success if the password is changed successfully.
