Api referenceConfig
Config
Config API endpoints
Config API
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/config/runtime | GetRuntimeConfig returns the full runtime configuration |
PUT | /api/v1/config/runtime | UpdateRuntimeConfig updates the full runtime configuration |
GET | /api/v1/config/runtime/{section} | GetRuntimeConfigSection returns a specific section of the runtime configuration |
PUT | /api/v1/config/runtime/{section} | UpdateRuntimeConfigSection updates a specific section of the runtime configuration |
POST | /api/v1/config/runtime/{section}/reset | ResetRuntimeConfigSection resets a section to its default values |
GET | /api/v1/config/schemas | ListSchemas returns available schemas |
GET | /api/v1/config/schemas/{name} | GetSchema returns a specific schema |
POST | /api/v1/config/validate | ValidateYAML validates a YAML configuration string |
POST | /api/v1/config/validate-map | ValidateMap validates a configuration map |
GET | /api/v1/config/validation-history | GetValidationHistory returns the validation history |
GET | /api/v1/config/validation-status | GetValidationStatus returns the current validation status of the configuration |

