PUT api/admin/v{version}/server/logs_enabled

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

Dictionary of LoggerType [key] and boolean [value]

Request Formats

application/json, text/json

Sample:
{
  "Logs": true
}

text/html

Sample:
{"Logs":true}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfLoggerTypebooleanSBzllZS1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfLoggerTypebooleanSBzllZS1>
    <Key>Logs</Key>
    <Value>true</Value>
  </KeyValueOfLoggerTypebooleanSBzllZS1>
</ArrayOfKeyValueOfLoggerTypebooleanSBzllZS1>

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 'SortedDictionary`2'.

Response Information

Resource Description

None.