summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints.ts')
-rw-r--r--src/server/api/endpoints.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts
index 5923694c6f..332a051ae1 100644
--- a/src/server/api/endpoints.ts
+++ b/src/server/api/endpoints.ts
@@ -48,7 +48,7 @@ export interface IEndpointMeta {
* ファイルの添付を必要とするか否か
* 省略した場合は false として解釈されます。
*/
- withFile?: boolean;
+ requireFile?: boolean;
/**
* サードパーティアプリからはリクエストすることができないか否か