summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-25 07:18:50 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-25 07:18:50 +0900
commitdbf335a05dde059ea8a018a7efdac6bc7e04ef95 (patch)
tree6b695a3062b534e1535fe108fb2357b5e9642cd5 /src/server/api/endpoints.ts
parentUpdate CHANGELOG (diff)
downloadsharkey-dbf335a05dde059ea8a018a7efdac6bc7e04ef95.tar.gz
sharkey-dbf335a05dde059ea8a018a7efdac6bc7e04ef95.tar.bz2
sharkey-dbf335a05dde059ea8a018a7efdac6bc7e04ef95.zip
Refactor: withFile --> requireFile
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;
/**
* サードパーティアプリからはリクエストすることができないか否か