PUT /projectSettings
Update an existing ProjectSetting.
Only the users with UPDATE access to the project can update a project setting.
Currently supports:
- UploadDestinationListSetting: Used to customize the storage location for files in a project. The id within the locations property must reference existing StorageLocationSetting that the user created. To create StorageLocationSetting refer to the POST /storageLocation service
Service Limits
resource | limit |
---|---|
Max number of storage locations per project | 10 |
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/projectSettings
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | PUT |
Request Object | ProjectSetting (application/json) |
Response Object | None |