jointrashposs/content/ja-JP/.docs-legacy/api/endpoints/reset-db.json5
kakkokari-gtyih a8dca2c347 migrate docs
2023-07-11 00:44:03 +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: {},
}