diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-25 07:18:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-25 07:18:50 +0900 |
| commit | dbf335a05dde059ea8a018a7efdac6bc7e04ef95 (patch) | |
| tree | 6b695a3062b534e1535fe108fb2357b5e9642cd5 /src/server/api/endpoints.ts | |
| parent | Update CHANGELOG (diff) | |
| download | sharkey-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.ts | 2 |
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; /** * サードパーティアプリからはリクエストすることができないか否か |