Overview

Saves the config settings for ConsoleConfiguration module.

Summary

This endpoint is used to change the ConsoleConfiguration 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
<config field> <config field type> The list of config fields will be returned.

Response

{
   "MyConfigOption":"MyConfigValue"
}

Change Log

Version Change
v11.9 Added /ConsoleConfiguration/config POST endpoint.