Skip to main content

Module config_api

Module config_api 

Source

Structs§

ConfigEntryResponse
ListConfigsResponse
SetConfigRequest
UpdateConfigRequest

Functions§

delete_config
Delete a config entry DELETE /api/v1/config/:key
get_config
Get a config entry by key GET /api/v1/config/:key
list_configs
List all config entries GET /api/v1/config
set_config
Set a config entry (upsert) POST /api/v1/config
update_config
Update a config entry PUT /api/v1/config/:key