POST api/config/setappversion

Request Information

URI Parameters

None.

Body Parameters

ConfigValueModel
NameDescriptionTypeAdditional information
ParamName

string

None.

ParamValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ParamName": "sample string 1",
  "ParamValue": "sample string 2"
}

application/xml, text/xml

Sample:
<ConfigValueModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ParamName>sample string 1</ParamName>
  <ParamValue>sample string 2</ParamValue>
</ConfigValueModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ConfigValueModel'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>