diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 00:20:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 00:20:47 +0900 |
| commit | 8f0e6a70cf22f1248b99bd3b300feed8b1b1efc8 (patch) | |
| tree | 6c476a25c24c14b2fa6deaa8d1f530cea8e44d20 /src/api/endpoints.ts | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-8f0e6a70cf22f1248b99bd3b300feed8b1b1efc8.tar.gz sharkey-8f0e6a70cf22f1248b99bd3b300feed8b1b1efc8.tar.bz2 sharkey-8f0e6a70cf22f1248b99bd3b300feed8b1b1efc8.zip | |
#364
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index a658c9a42e..c6661533e8 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -160,6 +160,10 @@ const endpoints: Endpoint[] = [ kind: 'account-write' }, { + name: 'i/change_password', + withCredential: true + }, + { name: 'i/regenerate_token', withCredential: true }, |