This commit is contained in:
syuilo 2017-08-29 00:20:47 +09:00
parent e787cb77f7
commit 8f0e6a70cf
6 changed files with 101 additions and 2 deletions

View file

@ -159,6 +159,10 @@ const endpoints: Endpoint[] = [
},
kind: 'account-write'
},
{
name: 'i/change_password',
withCredential: true
},
{
name: 'i/regenerate_token',
withCredential: true