- URL:
- https://[root]/portals/[portalID]/collaborations/[collaborationID]/workspaces/[workspaceID]/updatePortalGroupLink
- Methods:
POST
- Required Capability:
- Administrator (guest)
- Version Introduced:
- 10.5
Example usage
The following is a sample ArcGIS Online POST request for the update
operation:
POST /webadaptor/sharing/rest/portals/0123456789ABCDEF/collaborations/3e9d1694351a4b5badef66c7599fced5/workspaces/c3c831f1274a4f228ecd87f1953c6f21/updatePortalGroupLink HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
portalGroupId=37e2f04b090d4623946aa7d59a8cb4e9&enableRealtimeSync=true©FeatureServiceData=false©ByRefIfCopyFail=true&enableFeatureServiceBidirectionalSync=false&f=pjson
The following is a sample ArcGIS Enterprise POST request for the update
operation:
POST /webadaptor/sharing/rest/portals/0123456789ABCDEF/collaborations/3e9d1694351a4b5badef66c7599fced5/workspaces/c3c831f1274a4f228ecd87f1953c6f21/updatePortalGroupLink HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
portalGroupId=37e2f04b090d4623946aa7d59a8cb4e9&enableRealtimeSync=true©FeatureServiceData=false©ByRefIfCopyFail=true&enableFeatureServiceBidirectionalSync=false&f=pjson
Description
The update
operation updates the group linked with a workspace for a participant in a distributed collaboration. Content shared to the portal group is shared to other participants in the collaboration.
Request parameters
Parameter | Details |
---|---|
| The ID of the portal group linked with the workspace. |
| Determines whether the content shared with the group is shared to other collaboration participants in real time, updating whenever changes are made, or whether the content is shared based on a schedule set by the collaboration host. Values: |
| Boolean value used when Feature Service and Hosted Feature Layer View data is shared in a group that is linked to a distributed collaboration workspace. When set to Values: |
| Introduced with ArcGIS Online's March 2021 release & ArcGIS Enterprise 10.9. This parameter, when Values: |
| The response format. The default format is Values: |
JSON Response example
{
"success": true
}