Reset system admin password.
The old password of system admin.
The password of system admin.
The new password pf system admin.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/admin/password' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "old_password": "text", "new_password": "text" }'
No body
Was this helpful?