POST /projectSettings
Create a ProjectSetting for a project. The setting may be any of the implementations of ProjectSetting.
Only the users with CREATE access to the project can add a project setting.
Currently supports:
- UploadDestinationListSetting: Used to customize the storage location for files in a project or folder. The id within the locations property must reference existing StorageLocationSetting that the user created.
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 | POST |
Request Object | ProjectSetting (application/json) |
Response Object | ProjectSetting (application/json) |