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://localhost:8585/channel201/v1/kvmap/personnel/joe -d '{"name":"Joe Williams","id":123}'