POST api/securitygroups/{id}
Update a security group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
OnePlanSecurityGroupName | Description | Type | Additional information |
---|---|---|---|
GroupName | string |
None. |
|
License | globally unique identifier |
None. |
|
PermissionSettings | Permissions |
None. |
|
IsDefault | boolean |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "GroupName": "sample string 1", "License": "f854d297-e321-4814-aa54-d3399b6b1dbd", "PermissionSettings": { "GlobalPermissionSettings": { "Administrator": true, "EditAllPlans": true, "ManageData": true, "ViewAllPlans": true, "ViewAllResources": true, "ManageResources": true }, "PlanPermissions": { "AddPlan": true, "ArchivePlan": true, "DeletePlan": true }, "HiddenLeftNavigation": [ "sample string 1", "sample string 2" ], "HiddenPlanNavigation": [ "sample string 1", "sample string 2" ], "HiddenAreas": [ "b4e53e48-c7f5-45ae-b485-2fd52df1aa2a", "c0eaa4d7-b5bb-48bb-84e5-1786aa76dcb0" ] }, "IsDefault": true, "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.OnePlanSecurityGroup", "id": "51531606-e0eb-44da-ac1d-16d3fdfe4ed8", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "504954d4-335e-4f35-b48a-429bc962a7d0", "_ts": 638875940195910025 }
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |