Skip to content

Latest commit

History

History
35 lines (25 loc) 路 976 Bytes

File metadata and controls

35 lines (25 loc) 路 976 Bytes
description This page describes the CDN's bucket API.

Buckets

{% hint style="info" %} This endpoint leverages the CRUD API Controller and is available at /api/cdn/bucket/{id} {% endhint %}

{% hint style="warning" %} 馃攼This is an authenticated endpoint, and is only intended to be used by Administrators with the admin:cdn:manager:bucket:create permission. {% endhint %}

List bucket contents

GET /api/cdn/bucket

This endpoint lists the contents of a bucket, in paginated form.

Query Parameters

Name Type Description
bucket_id integer The bucket's ID
page integer The desired page of results

{% tabs %} {% tab title="200 " %}

{% endtab %} {% endtabs %}

sss