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": "28400b87-f4ab-4f4d-948d-5a0aa64f9bd0",
"AppSettingID": "f7addd63-19ad-423f-b9de-fda129e67948",
"SecurityGroupID": "bbae9d9e-0990-4602-a9e1-076f637dd107",
"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.