jointrashposs/content/ja/.docs-legacy/api/endpoints/reset-db.json5

16 lines
421 B
Plaintext
Raw Permalink Normal View History

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