Overview

Saves the config settings for SugarLive module.

Summary

This endpoint is used to change the SugarLive module.

Request Arguments

Name Type Description Required
<config field> <config field type> The list of config fields to update. False

Request

{
    "MyConfigOption":"MyConfigValue"
}

Response Arguments

Name Type Description
Array An empty array will be returned.

Response

[]

Change Log

Version Change
v11.12 Added /SugarLive/config POST endpoint.