Skip to content
Start here

Content Lists

IPFS Universal Path Gateway Content List Details
GET/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list
Update IPFS Universal Path Gateway Content List
PUT/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list
ModelsExpand Collapse
ContentList { action }
action: optional "block"

Behavior of the content list.

Content ListsEntries

List IPFS Universal Path Gateway Content List Entries
GET/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries
IPFS Universal Path Gateway Content List Entry Details
GET/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}
Create IPFS Universal Path Gateway Content List Entry
POST/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries
Edit IPFS Universal Path Gateway Content List Entry
PUT/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}
Delete IPFS Universal Path Gateway Content List Entry
DELETE/zones/{zone_id}/web3/hostnames/{identifier}/ipfs_universal_path/content_list/entries/{content_list_entry_identifier}
ModelsExpand Collapse
EntryListResponse { entries }
entries: optional array of { id, content, created_on, 3 more }

Provides content list entries.

id: optional string

Specify the identifier of the hostname.

maxLength32
content: optional string

Specify the CID or content path of content to block.

maxLength500
created_on: optional string
formatdate-time
description: optional string

Specify an optional description of the content list entry.

maxLength500
modified_on: optional string
formatdate-time
type: optional "cid" or "content_path"

Specify the type of content list entry to block.

One of the following:
"cid"
"content_path"
EntryGetResponse { id, content, created_on, 3 more }

Specify a content list entry to block.

id: optional string

Specify the identifier of the hostname.

maxLength32
content: optional string

Specify the CID or content path of content to block.

maxLength500
created_on: optional string
formatdate-time
description: optional string

Specify an optional description of the content list entry.

maxLength500
modified_on: optional string
formatdate-time
type: optional "cid" or "content_path"

Specify the type of content list entry to block.

One of the following:
"cid"
"content_path"
EntryCreateResponse { id, content, created_on, 3 more }

Specify a content list entry to block.

id: optional string

Specify the identifier of the hostname.

maxLength32
content: optional string

Specify the CID or content path of content to block.

maxLength500
created_on: optional string
formatdate-time
description: optional string

Specify an optional description of the content list entry.

maxLength500
modified_on: optional string
formatdate-time
type: optional "cid" or "content_path"

Specify the type of content list entry to block.

One of the following:
"cid"
"content_path"
EntryUpdateResponse { id, content, created_on, 3 more }

Specify a content list entry to block.

id: optional string

Specify the identifier of the hostname.

maxLength32
content: optional string

Specify the CID or content path of content to block.

maxLength500
created_on: optional string
formatdate-time
description: optional string

Specify an optional description of the content list entry.

maxLength500
modified_on: optional string
formatdate-time
type: optional "cid" or "content_path"

Specify the type of content list entry to block.

One of the following:
"cid"
"content_path"
EntryDeleteResponse { id }
id: string

Specify the identifier of the hostname.

maxLength32