PUT api/Fortress/UpdateSettings

Request Information

URI Parameters

None.

Body Parameters

FortressSettingModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Description

string

None.

GroupId

string

None.

AutoUpdate

boolean

None.

AutoUpdateTime

time interval

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "8ffb28be-e2a3-4757-921a-bab1ce3e6adc",
  "Description": "sample string 2",
  "GroupId": "sample string 3",
  "AutoUpdate": true,
  "AutoUpdateTime": "00:00:00.1234567"
}

application/xml, text/xml

Sample:
<FortressSettingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.WebAPI.Models">
  <AutoUpdate>true</AutoUpdate>
  <AutoUpdateTime>PT0.1234567S</AutoUpdateTime>
  <Description>sample string 2</Description>
  <GroupId>sample string 3</GroupId>
  <Id>8ffb28be-e2a3-4757-921a-bab1ce3e6adc</Id>
</FortressSettingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.