UpdateInfo (Collaboration)
- URL:https://<portals-url>/portals/0123456789ABCDEF/collaborations/<collaborationId>/updateInfo(POST only)
- Required Capability:Administrator (host)
- Version Introduced:10.5
Description
The updateInfo operation updates certain properties of a collaboration, primarily its name, description, and configuration properties. The updates are propagated to guests when the next scheduled refresh of content occurs.
Request parameters
Parameter | Details |
|---|---|
| name | Name of the collaboration. |
| description | Description of the collaboration. |
| config | Configuration properties of the collaboration. |
Example usage
https://www.arcgis.com/sharing/rest/portals/0123456789ABCDEF/collaborations/9a8d5afa72444769b7bbee30184cec78/updateInfo
name=CollaborationUpdate
description=This collaboration now spans several counties.
JSON response example
{
"success": true
}