GET api/AdminConfig/UpdateConfig?ConfigName={ConfigName}&ConfigValue={ConfigValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ConfigName | string |
Required |
|
| ConfigValue | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AdminResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of Object |
None. |
|
| arr | Collection of Object |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": null,
"arr": null,
"message": "sample string 2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.