curl -X POST \ -H "Authorization: Bearer gmcp_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "log_retention_days": 60, "analytics_retention_days": 180, "enable_email_alerts": true, "notification_email": "ops@yourcompany.com", "usage_alert_threshold": 500 }' \ "https://yoursite.com/wp-json/getmcp/v1/settings"
{ "default_rate_limit": 60, "default_timeout": 30, "log_retention_days": 60, "analytics_retention_days": 180, "log_response_data": false, "enable_health_checks": true, "health_check_interval": 60, "notification_email": "ops@yourcompany.com", "enable_email_alerts": true, "usage_alert_threshold": 500, "keep_data_on_uninstall": false }
Update plugin settings.
true