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": "e554af17-0e2d-4ca1-9f4f-9910651d33c2",
"AppSettingID": "20329111-864e-4113-9db6-def3f28f9ffc",
"SecurityGroupID": "20a43d70-22a9-4b3a-85c1-4f163356df1d",
"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.