public UpdateShare ( long objectId, Api.Models.Share share ) : Api.Models.Share | ||
objectId | long | the ID of the object To share |
share | Api.Models.Share | the share |
return | Api.Models.Share |
Updates the access level of a User or Group for the specified Object.
It mirrors To the following Smartsheet REST API method:
PUT /workspaces/{workspaceId}/shares/{shareId}
PUT /sheets/{sheetId}/shares/{shareId}
PUT /sights/{sightId}/shares/{shareId}
PUT /reports/{reportId}/shares/{shareId}
public UpdateShare ( long objectId, Api.Models.Share share ) : Api.Models.Share | ||
objectId | long | the ID of the object To share |
share | Api.Models.Share | the share |
return | Api.Models.Share |