jointrashposs/content/ja/.docs-legacy/api/endpoints/reset-db.json5
2023-07-11 23:48:17 +09:00

16 lines
421 B
Plaintext

{
summary: 'データベースを初期化して、Redisのデータを消去します。',
description: 'データベースを初期化して、Redisのデータを消去します。NODE_ENV環境変数がtestingに設定されている場合のみ動作します。',
tags: [
'non-productive',
],
requireCredential: false,
req: {
type: 'object',
properties: {},
required: [],
},
res: {},
errors: {},
}