-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add permission.md * Update api/index.md * modify permission link * add gallery permission
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
description: 'アプリケーションが要求する権限の一覧' | ||
--- | ||
|
||
# 権限の一覧 | ||
|
||
| Permisson | Description | | ||
| --------------------- | ---------------------------- | | ||
| `read:account` | アカウントの情報を見る | | ||
| `write:account` | アカウントの情報を変更する | | ||
| `read:blocks` | ブロックを見る | | ||
| `write:blocks` | ブロックを操作する | | ||
| `read:drive` | ドライブを見る | | ||
| `write:drive` | ドライブを操作する | | ||
| `read:favorites` | お気に入りを見る | | ||
| `write:favorites` | お気に入りを操作する | | ||
| `read:following` | フォローの情報を見る | | ||
| `write:following` | フォロー・フォロー解除する | | ||
| `read:messaging` | チャットを見る | | ||
| `write:messaging` | チャットを操作する | | ||
| `read:mutes` | ミュートを見る | | ||
| `write:mutes` | ミュートを操作する | | ||
| `write:notes` | ノートを作成・削除する | | ||
| `read:notifications` | 通知を見る | | ||
| `write:notifications` | 通知を操作する | | ||
| `write:reactions` | リアクションを操作する | | ||
| `write:votes` | 投票する | | ||
| `read:pages` | ページを見る | | ||
| `write:pages` | ページを操作する | | ||
| `write:page-likes` | ページのいいねを操作する | | ||
| `read:page-likes` | ページのいいねを見る | | ||
| `write:gallery-likes` | ギャラリーのいいねを操作する | | ||
| `read:gallery-likes` | ギャラリーのいいねを見る | |