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.

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