UpdateDashboardShare
Update a dashboard share in your Smartsheet account.
Input
| Name | Type | Required | Description |
| DashboardId | String | True | The unique identifier of the dashboard which was shared. |
| ShareId | String | True | The unique identifier of the dashboard share. |
| AccessLevel | String | True | The access level for the user or group on the shared dashboard.
使用できる値は次のとおりです。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 dashboard share was updated successfully, and 'false' otherwise. |