diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-08 23:43:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-08 23:43:47 +0900 |
| commit | 68b1721ecf65484c1b679404246edc3627346c1b (patch) | |
| tree | a5a6258518f3bb6a2bd53b8683abc2a602f4e46c /src/api/endpoints.ts | |
| parent | :v: (diff) | |
| download | misskey-68b1721ecf65484c1b679404246edc3627346c1b.tar.gz misskey-68b1721ecf65484c1b679404246edc3627346c1b.tar.bz2 misskey-68b1721ecf65484c1b679404246edc3627346c1b.zip | |
なんかもうめっちゃやった
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index afefce39e5..2783c92027 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -160,6 +160,11 @@ const endpoints: Endpoint[] = [ kind: 'account-write' }, { + name: 'i/update_home', + withCredential: true, + kind: 'account-write' + }, + { name: 'i/change_password', withCredential: true }, |