Create convenience functions for synapse project settings
Description
Currently, users must manually create dicts that match the project settings JSON format. It might be useful to implement convenience functions that generates these automatically.
Environment
None
Activity
Show:
Kenneth Daily
October 20, 2017, 8:57 PM
fixed, thanks!
Ziming Dong
October 5, 2017, 7:03 PM
Thats the syn.createStorageLocationSetting() and syn.setStorageLocationSetting() methods. You can check against the web client that the storagelocationsetting is indeed changed. and this issue can be validated together since you will need to use these 2 methods in order to validate
Kenneth Daily
October 5, 2017, 4:38 AM
Not sure how to validate.
Ziming Dong
August 15, 2017, 11:18 PM
Added in