API QuestionsPosted

API Change PPPOE Password?

/ppp sec set [/ppp sec find name=ppp1] password=123

/ppp/secret/getall
?name=ppp1

api will return ID of secret with name=ppp1. Use this id to change password

/ppp/secret/set
=.id=
=password=123

actually, this should also work:

/ppp/secret/set
=.id=ppp1
=password=123