Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.mkinf.io/v0.1/auth/change-password \ --header 'Content-Type: application/json' \ --data ' { "current_password": "pass1234", "new_password": "pass4567" } '
{ "message": "Password updated" }
Update your password