Update settings
update_settingsBulk update PocketBase instance settings by sending only the sections to change. Specify meta, SMTP, or batch configs; requires superuser access.
Instructions
Bulk update instance settings. Provide only the sections you want to change in data. Examples: { "meta": { "appName": "My App", "appURL": "https://example.com" } }, { "smtp": { "enabled": true, "host": "smtp.example.com", "port": 587, "username": "...", "password": "..." } }, { "batch": { "enabled": true, "maxRequests": 50 } }. Superuser only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Partial settings object with the sections to update. |