Skip to main content

Get Content Storage

ee
GET 

/v2/projects/:projectId/content-storages/:contentStorageId

Get Content Storage

Request

Path Parameters

    contentStorageId int64required
    projectId int64required

Responses

OK

Schema
    id int64required
    name stringrequired
    publicUrlPrefix string
    azureContentStorageConfig object
    containerName string
    s3ContentStorageConfig object
    bucketName stringrequired
    endpoint stringrequired
    signingRegion stringrequired
Loading...