CollectionResponse
Type definition for CollectionResponse.
Type: Result
Parents:
| Property | Type |
|---|---|
data_type | string |
visibility | CollectionVisibilityEnum |
author | FollowUserResponse |
labels_order | string[] |
created | integer |
updated | integer |
comments_count | integer |
content_type | string |
description | string |
vote_score | integer |
tags | string[] |
reference | string |
my_score | integer |
spoiler | boolean |
entries | integer |
title | string |
nsfw | boolean |
collection | CollectionContentResponse[] |
Used in endpoints
- Get Collection
GET /collections/{reference}as result - Update Collection
PUT /collections/{reference}as result - Create Collection
POST /collections/createas result