1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 01:26:41 +02:00
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