Change password¶
API base path: panel/subpaas/password
.
API call to change subpaas's password.
API actions¶
API base path: panel/subpaas/password
.
change¶
Changes subpaas's password.
parameters¶
name | description | type |
---|---|---|
subpaas_id | Subpaas's id. | int |
new_password | New subpaas's password, 6 to 20 printable characters. | string |
example¶
curl -X POST 'https://api.navixy.com/v2/panel/subpaas/password/change' \
-H 'Content-Type: application/json' \
-d '{"hash": "fa7bf873fab9333144e171372a321b06", "subpaas_id": 99874, "new_password": "[email protected]$"}'
response¶
{
"success": true
}
errors¶
- 13 –
- The dealer is not paas.
- The dealer has different status than
NOT_BLOCKED
. - The dealer's tariff doesn't allow subpaases.
- Found subpaas is in
DELETED
status.
Last update: October 31, 2021