v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB

Show External Storage endpoint

get/teams/{team_slug}/storage/{storage_slug}

Path parameters

team_slugstring required

Slug of the team.

storage_slugstring required

Slug of the external storage setting.

Response

200

OR
OR
OR

Example response

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