summaryrefslogtreecommitdiff
path: root/src/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-08 23:43:47 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-08 23:43:47 +0900
commit68b1721ecf65484c1b679404246edc3627346c1b (patch)
treea5a6258518f3bb6a2bd53b8683abc2a602f4e46c /src/api/endpoints.ts
parent:v: (diff)
downloadmisskey-68b1721ecf65484c1b679404246edc3627346c1b.tar.gz
misskey-68b1721ecf65484c1b679404246edc3627346c1b.tar.bz2
misskey-68b1721ecf65484c1b679404246edc3627346c1b.zip
なんかもうめっちゃやった
Diffstat (limited to 'src/api/endpoints.ts')
-rw-r--r--src/api/endpoints.ts5
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
},