diff options
Diffstat (limited to 'src/docs')
| -rw-r--r-- | src/docs/api/entities/note.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/docs/api/entities/note.yaml b/src/docs/api/entities/note.yaml index 6654be2b02..89846a56c7 100644 --- a/src/docs/api/entities/note.yaml +++ b/src/docs/api/entities/note.yaml @@ -26,6 +26,13 @@ props: ja-JP: "モバイル端末から投稿したか否か(自己申告であることに留意)" en-US: "Whether this note sent via a mobile device" + localOnly: + type: "boolean" + optional: true + desc: + ja-JP: "ローカルのみに公開する投稿か否か" + en-US: "Whether this note is no federation" + text: type: "string" optional: true |