PUT api/Fortress/UpdateSettings
Request Information
URI Parameters
None.
Body Parameters
FortressSettingModelName | Description | Type | Additional 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": "664ad29f-572e-41b4-9afc-4e68cf6188d3", "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>664ad29f-572e-41b4-9afc-4e68cf6188d3</Id> </FortressSettingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.