-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
bugAdded to issues that describes SDK bugAdded to issues that describes SDK bug
Description
- I have checked that the SDK documentation and API documentation doesn't solve my issue
Description of the Issue
The canViewPath parameter of collaborations can be set for a new collaboration, but not view or modify the parameter after that. There appears to not be a canViewPath variable in the collaboration:
https://github.com/box/box-java-sdk/blob/master/src/main/java/com/box/sdk/BoxCollaboration.java#L169
Versions Used
Java SDK: 2.4.0
Steps to Reproduce
Create a collaboration like so:
collaborate(BoxCollaborator collaborator, BoxCollaboration.Role role, Boolean notify, Boolean canViewPath)
cmd+f for canViewPath on this page
I'm not sure what happens if that is set to false or not - customer reported (I'm a boxer) and wanted to make this for due diligence per our internal convos :)
Error Message, Including Stack Trace
No errors, I think the issue is just that the functionality isn't there?
Metadata
Metadata
Assignees
Labels
bugAdded to issues that describes SDK bugAdded to issues that describes SDK bug