Update settings
documentedUpdate global n8n settings. ([docs.n8n.io](https://docs.n8n.io/workflows/settings/?utm_source=openai))
PATCH /settingsSettingsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$host}}/api/v1/settings" \
-X PATCH \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-N8N-API-KEY: {{N8N_API_KEY}}" \
-d '{"{{$setting_key}}": "{{$setting_value}}"}'