Set Password
Last updated
Was this helpful?
Set or change the Floating Server password used for admin access.
URL: /api/v4/setPassword
Method: GET
Accept: application/json
passwordOld (string, optional) — Old password. Used for verification.
passwordNew (string, optional) — New password.
Code: 200 OK
curl -X GET 'http://localhost:8080/api/v4/setPassword?passwordOld=<old>&passwordNew=<new>' \
-H 'Accept: application/json'Last updated
Was this helpful?
Was this helpful?