v1

latestOpenAPI 3.0.0Apache 2.02026-07-1422655.4 KB
Login Info

Update login info

Updates the login info (username, password, security question, security answer) of the user. None of the login info fields are explicitly required, but if at least one field isn't given the API will return an error.

post/login-info/update

Headers

Authorizationstring required

access_token passed as "Bearer {access_token}"

Pelm-Client-Idstring required

Pelm-Client-Id from registration

Pelm-Secretstring required

Pelm-Secret from registration

Request body

new_usernamestring

New username

new_passwordstring

New password

new_challenge_questionstring

New challenge question

new_challenge_answerstring

New challenge answer

Response

Successfully updated login info