PUT Application/PutAppSettingSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of AppSettingSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| AppSettingID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| Value | string |
Required |
|
| IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "c327eee2-f2e0-4d20-a380-7a017499a5db",
"AppSettingID": "fee609e8-8aba-49f1-afeb-5d5344635ffb",
"SecurityGroupID": "24082615-5bcb-47a2-a791-1e0e4ced408a",
"Value": "sample string 4",
"IsActive": true
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.