Update config entry by id
Update config entry by id
Authorizations:Token
Query Parameters
| id required | integerId value of the Config object | 
Request Body Schema: 
Config object that needs to be added | config_id | integerOption unique name | 
| name | stringOption name | 
| category | stringOption category | 
| type | stringOption type Allowed values:'','text','textarea','checkbox','country','state','select','serialized','separator' or form field class name | 
| orderby | integerOption position within category | 
| value | stringOption value | 
| widgetParameters | ArrayWidget parameters | 
Responses
200Success
Response schema: 
Success | config_id | integerOption unique name | 
| name | stringOption name | 
| category | stringOption category | 
| type | stringOption type Allowed values:'','text','textarea','checkbox','country','state','select','serialized','separator' or form field class name | 
| orderby | integerOption position within category | 
| value | stringOption value | 
| widgetParameters | ArrayWidget parameters |