プラグインのデータベースを初期化します。
システム管理者以上
POST /baser/api/admin/baser-core/plugins/reset_db/{pluginName}.json
パラメーター名 | 型 | 必須 | 内容 |
---|---|---|---|
pluginName | 文字列 | ● | プラグイン名 |
{
"plugin": {
"id": 6,
"name": "BcCustomContent",
"title": "カスタムコンテンツ",
"version": "5.0.0-beta",
"status": true,
"db_init": true,
"priority": 6,
"created": null,
"modified": "2023-03-28T16:54:29+09:00"
},
"message": "カスタムコンテンツ プラグインのデータを初期化しました。"
}