PUT Application/PutAppSettingSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of AppSettingSecurityGroupName | 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": "dab833f4-9816-4528-a75c-39168f516f62", "AppSettingID": "22b52656-e1d5-4953-942d-d7739c177983", "SecurityGroupID": "54d47955-2bae-4f76-bf2d-ec78ba00fb7d", "Value": "sample string 4", "IsActive": true }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.