Everstack
Api referenceConfig

Config

Config API endpoints

Config API

MethodEndpointDescription
GET/api/v1/config/runtimeGetRuntimeConfig returns the full runtime configuration
PUT/api/v1/config/runtimeUpdateRuntimeConfig 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}/resetResetRuntimeConfigSection resets a section to its default values
GET/api/v1/config/schemasListSchemas returns available schemas
GET/api/v1/config/schemas/{name}GetSchema returns a specific schema
POST/api/v1/config/validateValidateYAML validates a YAML configuration string
POST/api/v1/config/validate-mapValidateMap validates a configuration map
GET/api/v1/config/validation-historyGetValidationHistory returns the validation history
GET/api/v1/config/validation-statusGetValidationStatus returns the current validation status of the configuration

On this page