CollectionArgs
Type definition for CollectionArgs.
Type: Payload
| Property | Type | Required |
|---|---|---|
description | string | true |
title | string | true |
tags | string[] | true |
visibility | CollectionVisibilityEnum | true |
content | CollectionContentArgs[] | true |
content_type | app__collections__schemas__ContentTypeEnum | true |
labels_order | string[] | true |
spoiler | boolean | true |
nsfw | boolean | true |
Used in endpoints
- Update Collection
PUT /collections/{reference}as payload - Create Collection
POST /collections/createas payload