Set Password

Set or change the Floating Server password used for admin access.

URL: /api/v4/setPassword Method: GET Accept: application/json

Query parameters

  • passwordOld (string, optional) — Old password. Used for verification.

  • passwordNew (string, optional) — New password.

Success response

Code: 200 OK

Example request

curl -X GET 'http://localhost:8080/api/v4/setPassword?passwordOld=<old>&passwordNew=<new>' \
  -H 'Accept: application/json'

Last updated

Was this helpful?