diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 00:11:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 00:11:16 +0900 |
| commit | bc1698e755cbfa33257360f5bdff781e8ecef517 (patch) | |
| tree | 195b3b9654fcd13ccc708a508ccb55f2d2fee91a /src/api/endpoints.ts | |
| parent | Refactor: Clean up (diff) | |
| download | sharkey-bc1698e755cbfa33257360f5bdff781e8ecef517.tar.gz sharkey-bc1698e755cbfa33257360f5bdff781e8ecef517.tar.bz2 sharkey-bc1698e755cbfa33257360f5bdff781e8ecef517.zip | |
nanka iroiro
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index ad45f42bc7..e4abc06f53 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -46,6 +46,7 @@ export default [ { name: 'i/appdata/get', shouldBeSignin: true }, { name: 'i/appdata/set', shouldBeSignin: true }, { name: 'i/signin_history', shouldBeSignin: true, kind: 'account-read' }, + { name: 'i/authorized_apps', shouldBeSignin: true, secure: true }, { name: 'i/notifications', shouldBeSignin: true, kind: 'notification-read' }, { name: 'notifications/delete', shouldBeSignin: true, kind: 'notification-write' }, |