The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /project/{projectId}/storage/limit

Allows to set a limit on a project for the storage location provided in the request body. If the maxAllowedFileBytes property in the request is null, no limit will be applied to the storage location. Only members of the synapse plan managers team can perform this operation.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/project/{projectId}/storage/limit

Resource URL Variables
{projectId}
Resource Information
Authentication Required
Required OAuth Scopes modify
HTTP Method PUT
Request Object ProjectStorageLocationLimit
(application/json)
Response Object ProjectStorageLocationLimit
(application/json)