UpdateReportShare
Update a report share in your Smartsheet account.
Input
| Name | Type | Required | Description |
| ReportId | String | True | The unique identifier of the report which was shared. |
| ShareId | String | True | The unique identifier of the report share. |
| AccessLevel | String | True | The access level for the user or group on the shared report.
The allowed values are ADMIN, COMMENTER, EDITOR, EDITOR_SHARE, OWNER, VIEWER. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A boolean value indicating whether the operation was successful. Returns 'true' if the report share was updated successfully, and 'false' otherwise. |