Skip to content
View as Markdown

POST Install Fluent Boards Plugin​

POST
/setting/install-fluent-boards

Install and activate the Fluent Boards plugin from the WordPress plugin repository. If already installed but inactive, it will be activated.

Required capability: install_plugins

The policy also re-asserts verifyRequest(), so the caller must additionally hold fcrm_manage_settings.

Enforced by SettingsPolicy::handleFluentBoardsInstall().

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Responses​

Plugin installed and activated successfully.

application/json
JSON
{
"is_installed": true,
"message": "string"
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI