v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB

List External Storage settings

get/teams/{team_slug}/storage

Path parameters

team_slugstring required

Slug of the team.

Response

200

providerstring
defaultboolean
namestring
slugstring
readonlyboolean
bucketstring
prefixstring
regionstring
cloudfront_hoststring

Example response

[
  {
    "provider": "aws",
    "name": "test",
    "slug": "test",
    "readonly": true,
    "bucket": "bukkit",
    "prefix": "test",
    "region": "au-downunder-1",
    "cloudfront_host": "a1b2c3d4e5.cloudfront.net"
  }
]