Skip to content

Change password

API base path: panel/subpaas/password.

API call to change subpaas password.


API actions

API base path: panel/subpaas/password.

change

Changes subpaas password.

parameters

name description type
subpaas_id Subpaas' ID. int
new_password New subpaas' 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": "Fr1d@Y$"}'

response

{
    "success": true
}

errors

  • 13 –
    • The dealer is not paas.
    • The dealer has different status than NOT_BLOCKED.
    • The dealer's tariff does not allow subpaases.
    • Found subpaas is in DELETED status.

Last update: December 26, 2022