POST chan_name/kvmap

The web method POST chan_name/v1/kvmap/map_name/key sets the value of a key within a specific map on a specific channel. The request body is the value message (in JSON format).

chan_name in the URI is the channel name.

map_name in the URI is the map name.

key in the URI is the key string.

Example Requests

curl http://host:port/chan_name/v1/kvmap/personnel/joe -d '{"name":"Joe Williams","id":123}'

Example Response

{}