PUT api/Fortress/UpdateSettings
Request Information
URI Parameters
None.
Body Parameters
FortressSettingModel| Name | 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": "8e0f15d8-7c57-4843-819d-1ffdc974dd1b",
"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>8e0f15d8-7c57-4843-819d-1ffdc974dd1b</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.