Settings API
The Settings API provides endpoints for managing application configuration settings. You can retrieve current settings and update them programmatically.
For dashboard instructions and general information about Settings, see the Settings documentation.
Base Endpoint
/api/settingsEndpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/settings | Get current configuration settings |
| PUT | /api/settings | Update configuration settings |