Endpoint
- Method:
POST - Path:
/settings/mcp - Edition: Core
- Controller:
McpController@updateSettings - Route source:
fluent-booking/app/Http/Routes/api.php:108 - Policy:
SettingsPolicy
Update Settings
POST
/settings/mcp
Handler: McpController@updateSettings. Source: fluent-booking/app/Http/Routes/api.php:108.
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON
{
}
Responses
Successful response.
application/json
JSON
{
"message": "string"
}