browser-gateway
REST API

Config

Read, validate, and update gateway.yml over HTTP.

Read the running configuration, validate a proposed YAML, or replace the whole config file. All writes are fsync'd and backed up.

Endpoints

MethodPathDescription
GET/v1/config
PUT/v1/config
POST/v1/config/validate

Source

On this page