Skip to content

Remote API WS Setting

Matthew Martin edited this page Mar 9, 2022 · 1 revision

/x-pam/ws/setting

This is a read only websocket connection. Clients are updated whenever a setting is changed.

The websocket message format is JSON

{
    "section" : string. The Setting section,
    "key" : string. The setting key,
    "value" : string, integer, double or boolean. The current value
}