Collection
thingiverse.api.collection
Contains endpoint functions for accessing the API
delete_collections_collection_id
asyncio(collection_id, *, client)
async
Delete a collection
Apps can only delete collections they've created.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
DeleteCollectionsCollectionIdResponse200 | DeleteCollectionsCollectionIdResponse401 | DeleteCollectionsCollectionIdResponse403 | DeleteCollectionsCollectionIdResponse404 | None
|
DeleteCollectionsCollectionIdResponse200 | DeleteCollectionsCollectionIdResponse401 | DeleteCollectionsCollectionIdResponse403 | DeleteCollectionsCollectionIdResponse404 |
Source code in thingiverse/api/collection/delete_collections_collection_id.py
asyncio_detailed(collection_id, *, client)
async
Delete a collection
Apps can only delete collections they've created.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[DeleteCollectionsCollectionIdResponse200 | DeleteCollectionsCollectionIdResponse401 | DeleteCollectionsCollectionIdResponse403 | DeleteCollectionsCollectionIdResponse404]
|
Response[DeleteCollectionsCollectionIdResponse200 | DeleteCollectionsCollectionIdResponse401 | DeleteCollectionsCollectionIdResponse403 | DeleteCollectionsCollectionIdResponse404] |
Source code in thingiverse/api/collection/delete_collections_collection_id.py
sync(collection_id, *, client)
Delete a collection
Apps can only delete collections they've created.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
DeleteCollectionsCollectionIdResponse200 | DeleteCollectionsCollectionIdResponse401 | DeleteCollectionsCollectionIdResponse403 | DeleteCollectionsCollectionIdResponse404 | None
|
DeleteCollectionsCollectionIdResponse200 | DeleteCollectionsCollectionIdResponse401 | DeleteCollectionsCollectionIdResponse403 | DeleteCollectionsCollectionIdResponse404 |
Source code in thingiverse/api/collection/delete_collections_collection_id.py
sync_detailed(collection_id, *, client)
Delete a collection
Apps can only delete collections they've created.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[DeleteCollectionsCollectionIdResponse200 | DeleteCollectionsCollectionIdResponse401 | DeleteCollectionsCollectionIdResponse403 | DeleteCollectionsCollectionIdResponse404]
|
Response[DeleteCollectionsCollectionIdResponse200 | DeleteCollectionsCollectionIdResponse401 | DeleteCollectionsCollectionIdResponse403 | DeleteCollectionsCollectionIdResponse404] |
Source code in thingiverse/api/collection/delete_collections_collection_id.py
delete_collections_collection_id_thing_thing_id
asyncio(collection_id, thing_id, *, client)
async
Removes a thing from a collection
Apps may only remove things that they've added to a collection.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
DeleteCollectionsCollectionIdThingThingIdResponse401 | DeleteCollectionsCollectionIdThingThingIdResponse403 | DeleteCollectionsCollectionIdThingThingIdResponse404 | int | None
|
DeleteCollectionsCollectionIdThingThingIdResponse401 | DeleteCollectionsCollectionIdThingThingIdResponse403 | DeleteCollectionsCollectionIdThingThingIdResponse404 | int |
Source code in thingiverse/api/collection/delete_collections_collection_id_thing_thing_id.py
asyncio_detailed(collection_id, thing_id, *, client)
async
Removes a thing from a collection
Apps may only remove things that they've added to a collection.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[DeleteCollectionsCollectionIdThingThingIdResponse401 | DeleteCollectionsCollectionIdThingThingIdResponse403 | DeleteCollectionsCollectionIdThingThingIdResponse404 | int]
|
Response[DeleteCollectionsCollectionIdThingThingIdResponse401 | DeleteCollectionsCollectionIdThingThingIdResponse403 | DeleteCollectionsCollectionIdThingThingIdResponse404 | int] |
Source code in thingiverse/api/collection/delete_collections_collection_id_thing_thing_id.py
sync(collection_id, thing_id, *, client)
Removes a thing from a collection
Apps may only remove things that they've added to a collection.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
DeleteCollectionsCollectionIdThingThingIdResponse401 | DeleteCollectionsCollectionIdThingThingIdResponse403 | DeleteCollectionsCollectionIdThingThingIdResponse404 | int | None
|
DeleteCollectionsCollectionIdThingThingIdResponse401 | DeleteCollectionsCollectionIdThingThingIdResponse403 | DeleteCollectionsCollectionIdThingThingIdResponse404 | int |
Source code in thingiverse/api/collection/delete_collections_collection_id_thing_thing_id.py
sync_detailed(collection_id, thing_id, *, client)
Removes a thing from a collection
Apps may only remove things that they've added to a collection.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[DeleteCollectionsCollectionIdThingThingIdResponse401 | DeleteCollectionsCollectionIdThingThingIdResponse403 | DeleteCollectionsCollectionIdThingThingIdResponse404 | int]
|
Response[DeleteCollectionsCollectionIdThingThingIdResponse401 | DeleteCollectionsCollectionIdThingThingIdResponse403 | DeleteCollectionsCollectionIdThingThingIdResponse404 | int] |
Source code in thingiverse/api/collection/delete_collections_collection_id_thing_thing_id.py
get_collections
asyncio(*, client, page=UNSET, per_page=UNSET)
async
Get list of the latest collections
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
page
|
int | Unset
|
Example: 1. |
UNSET
|
per_page
|
int | Unset
|
Example: 30. |
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
GetCollectionsResponse401 | GetCollectionsResponse403 | GetCollectionsResponse404 | list[CollectionSchema] | None
|
GetCollectionsResponse401 | GetCollectionsResponse403 | GetCollectionsResponse404 | list[CollectionSchema] |
Source code in thingiverse/api/collection/get_collections.py
asyncio_detailed(*, client, page=UNSET, per_page=UNSET)
async
Get list of the latest collections
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
page
|
int | Unset
|
Example: 1. |
UNSET
|
per_page
|
int | Unset
|
Example: 30. |
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[GetCollectionsResponse401 | GetCollectionsResponse403 | GetCollectionsResponse404 | list[CollectionSchema]]
|
Response[GetCollectionsResponse401 | GetCollectionsResponse403 | GetCollectionsResponse404 | list[CollectionSchema]] |
Source code in thingiverse/api/collection/get_collections.py
sync(*, client, page=UNSET, per_page=UNSET)
Get list of the latest collections
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
page
|
int | Unset
|
Example: 1. |
UNSET
|
per_page
|
int | Unset
|
Example: 30. |
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
GetCollectionsResponse401 | GetCollectionsResponse403 | GetCollectionsResponse404 | list[CollectionSchema] | None
|
GetCollectionsResponse401 | GetCollectionsResponse403 | GetCollectionsResponse404 | list[CollectionSchema] |
Source code in thingiverse/api/collection/get_collections.py
sync_detailed(*, client, page=UNSET, per_page=UNSET)
Get list of the latest collections
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
page
|
int | Unset
|
Example: 1. |
UNSET
|
per_page
|
int | Unset
|
Example: 30. |
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[GetCollectionsResponse401 | GetCollectionsResponse403 | GetCollectionsResponse404 | list[CollectionSchema]]
|
Response[GetCollectionsResponse401 | GetCollectionsResponse403 | GetCollectionsResponse404 | list[CollectionSchema]] |
Source code in thingiverse/api/collection/get_collections.py
get_collections_collection_id
asyncio(collection_id, *, client)
async
Get a collection by id
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
CollectionSchema | GetCollectionsCollectionIdResponse401 | GetCollectionsCollectionIdResponse403 | GetCollectionsCollectionIdResponse404 | None
|
CollectionSchema | GetCollectionsCollectionIdResponse401 | GetCollectionsCollectionIdResponse403 | GetCollectionsCollectionIdResponse404 |
Source code in thingiverse/api/collection/get_collections_collection_id.py
asyncio_detailed(collection_id, *, client)
async
Get a collection by id
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[CollectionSchema | GetCollectionsCollectionIdResponse401 | GetCollectionsCollectionIdResponse403 | GetCollectionsCollectionIdResponse404]
|
Response[CollectionSchema | GetCollectionsCollectionIdResponse401 | GetCollectionsCollectionIdResponse403 | GetCollectionsCollectionIdResponse404] |
Source code in thingiverse/api/collection/get_collections_collection_id.py
sync(collection_id, *, client)
Get a collection by id
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
CollectionSchema | GetCollectionsCollectionIdResponse401 | GetCollectionsCollectionIdResponse403 | GetCollectionsCollectionIdResponse404 | None
|
CollectionSchema | GetCollectionsCollectionIdResponse401 | GetCollectionsCollectionIdResponse403 | GetCollectionsCollectionIdResponse404 |
Source code in thingiverse/api/collection/get_collections_collection_id.py
sync_detailed(collection_id, *, client)
Get a collection by id
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[CollectionSchema | GetCollectionsCollectionIdResponse401 | GetCollectionsCollectionIdResponse403 | GetCollectionsCollectionIdResponse404]
|
Response[CollectionSchema | GetCollectionsCollectionIdResponse401 | GetCollectionsCollectionIdResponse403 | GetCollectionsCollectionIdResponse404] |
Source code in thingiverse/api/collection/get_collections_collection_id.py
get_collections_collection_id_things
asyncio(collection_id, *, client, sort=UNSET, search=UNSET, page=UNSET, per_page=UNSET, image_type=UNSET, image_size=UNSET)
async
Get Things in a collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
sort
|
str | Unset
|
|
UNSET
|
search
|
str | Unset
|
|
UNSET
|
page
|
int | Unset
|
Example: 1. |
UNSET
|
per_page
|
int | Unset
|
Example: 30. |
UNSET
|
image_type
|
str | Unset
|
Example: display. |
UNSET
|
image_size
|
str | Unset
|
Example: large. |
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
GetCollectionsCollectionIdThingsResponse401 | GetCollectionsCollectionIdThingsResponse403 | GetCollectionsCollectionIdThingsResponse404 | list[ShortThingSchema] | None
|
GetCollectionsCollectionIdThingsResponse401 | GetCollectionsCollectionIdThingsResponse403 | GetCollectionsCollectionIdThingsResponse404 | list[ShortThingSchema] |
Source code in thingiverse/api/collection/get_collections_collection_id_things.py
asyncio_detailed(collection_id, *, client, sort=UNSET, search=UNSET, page=UNSET, per_page=UNSET, image_type=UNSET, image_size=UNSET)
async
Get Things in a collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
sort
|
str | Unset
|
|
UNSET
|
search
|
str | Unset
|
|
UNSET
|
page
|
int | Unset
|
Example: 1. |
UNSET
|
per_page
|
int | Unset
|
Example: 30. |
UNSET
|
image_type
|
str | Unset
|
Example: display. |
UNSET
|
image_size
|
str | Unset
|
Example: large. |
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[GetCollectionsCollectionIdThingsResponse401 | GetCollectionsCollectionIdThingsResponse403 | GetCollectionsCollectionIdThingsResponse404 | list[ShortThingSchema]]
|
Response[GetCollectionsCollectionIdThingsResponse401 | GetCollectionsCollectionIdThingsResponse403 | GetCollectionsCollectionIdThingsResponse404 | list[ShortThingSchema]] |
Source code in thingiverse/api/collection/get_collections_collection_id_things.py
sync(collection_id, *, client, sort=UNSET, search=UNSET, page=UNSET, per_page=UNSET, image_type=UNSET, image_size=UNSET)
Get Things in a collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
sort
|
str | Unset
|
|
UNSET
|
search
|
str | Unset
|
|
UNSET
|
page
|
int | Unset
|
Example: 1. |
UNSET
|
per_page
|
int | Unset
|
Example: 30. |
UNSET
|
image_type
|
str | Unset
|
Example: display. |
UNSET
|
image_size
|
str | Unset
|
Example: large. |
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
GetCollectionsCollectionIdThingsResponse401 | GetCollectionsCollectionIdThingsResponse403 | GetCollectionsCollectionIdThingsResponse404 | list[ShortThingSchema] | None
|
GetCollectionsCollectionIdThingsResponse401 | GetCollectionsCollectionIdThingsResponse403 | GetCollectionsCollectionIdThingsResponse404 | list[ShortThingSchema] |
Source code in thingiverse/api/collection/get_collections_collection_id_things.py
sync_detailed(collection_id, *, client, sort=UNSET, search=UNSET, page=UNSET, per_page=UNSET, image_type=UNSET, image_size=UNSET)
Get Things in a collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
sort
|
str | Unset
|
|
UNSET
|
search
|
str | Unset
|
|
UNSET
|
page
|
int | Unset
|
Example: 1. |
UNSET
|
per_page
|
int | Unset
|
Example: 30. |
UNSET
|
image_type
|
str | Unset
|
Example: display. |
UNSET
|
image_size
|
str | Unset
|
Example: large. |
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[GetCollectionsCollectionIdThingsResponse401 | GetCollectionsCollectionIdThingsResponse403 | GetCollectionsCollectionIdThingsResponse404 | list[ShortThingSchema]]
|
Response[GetCollectionsCollectionIdThingsResponse401 | GetCollectionsCollectionIdThingsResponse403 | GetCollectionsCollectionIdThingsResponse404 | list[ShortThingSchema]] |
Source code in thingiverse/api/collection/get_collections_collection_id_things.py
get_collections_thing_id_by_thing_id
asyncio(thing_id, *, client)
async
Get a collection by id
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
thing_id
|
int
|
Example: 1004996. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
CollectionSchema | GetCollectionsThingIdByThingIdResponse401 | GetCollectionsThingIdByThingIdResponse403 | GetCollectionsThingIdByThingIdResponse404 | None
|
CollectionSchema | GetCollectionsThingIdByThingIdResponse401 | GetCollectionsThingIdByThingIdResponse403 | GetCollectionsThingIdByThingIdResponse404 |
Source code in thingiverse/api/collection/get_collections_thing_id_by_thing_id.py
asyncio_detailed(thing_id, *, client)
async
Get a collection by id
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
thing_id
|
int
|
Example: 1004996. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[CollectionSchema | GetCollectionsThingIdByThingIdResponse401 | GetCollectionsThingIdByThingIdResponse403 | GetCollectionsThingIdByThingIdResponse404]
|
Response[CollectionSchema | GetCollectionsThingIdByThingIdResponse401 | GetCollectionsThingIdByThingIdResponse403 | GetCollectionsThingIdByThingIdResponse404] |
Source code in thingiverse/api/collection/get_collections_thing_id_by_thing_id.py
sync(thing_id, *, client)
Get a collection by id
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
thing_id
|
int
|
Example: 1004996. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
CollectionSchema | GetCollectionsThingIdByThingIdResponse401 | GetCollectionsThingIdByThingIdResponse403 | GetCollectionsThingIdByThingIdResponse404 | None
|
CollectionSchema | GetCollectionsThingIdByThingIdResponse401 | GetCollectionsThingIdByThingIdResponse403 | GetCollectionsThingIdByThingIdResponse404 |
Source code in thingiverse/api/collection/get_collections_thing_id_by_thing_id.py
sync_detailed(thing_id, *, client)
Get a collection by id
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
thing_id
|
int
|
Example: 1004996. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[CollectionSchema | GetCollectionsThingIdByThingIdResponse401 | GetCollectionsThingIdByThingIdResponse403 | GetCollectionsThingIdByThingIdResponse404]
|
Response[CollectionSchema | GetCollectionsThingIdByThingIdResponse401 | GetCollectionsThingIdByThingIdResponse403 | GetCollectionsThingIdByThingIdResponse404] |
Source code in thingiverse/api/collection/get_collections_thing_id_by_thing_id.py
patch_collections_collection_id
asyncio(collection_id, *, client, body=UNSET)
async
Update a collection
Apps can only update collections they've created.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
body
|
PatchCollectionsCollectionIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
CollectionSchema | PatchCollectionsCollectionIdResponse401 | PatchCollectionsCollectionIdResponse403 | PatchCollectionsCollectionIdResponse404 | None
|
CollectionSchema | PatchCollectionsCollectionIdResponse401 | PatchCollectionsCollectionIdResponse403 | PatchCollectionsCollectionIdResponse404 |
Source code in thingiverse/api/collection/patch_collections_collection_id.py
asyncio_detailed(collection_id, *, client, body=UNSET)
async
Update a collection
Apps can only update collections they've created.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
body
|
PatchCollectionsCollectionIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[CollectionSchema | PatchCollectionsCollectionIdResponse401 | PatchCollectionsCollectionIdResponse403 | PatchCollectionsCollectionIdResponse404]
|
Response[CollectionSchema | PatchCollectionsCollectionIdResponse401 | PatchCollectionsCollectionIdResponse403 | PatchCollectionsCollectionIdResponse404] |
Source code in thingiverse/api/collection/patch_collections_collection_id.py
sync(collection_id, *, client, body=UNSET)
Update a collection
Apps can only update collections they've created.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
body
|
PatchCollectionsCollectionIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
CollectionSchema | PatchCollectionsCollectionIdResponse401 | PatchCollectionsCollectionIdResponse403 | PatchCollectionsCollectionIdResponse404 | None
|
CollectionSchema | PatchCollectionsCollectionIdResponse401 | PatchCollectionsCollectionIdResponse403 | PatchCollectionsCollectionIdResponse404 |
Source code in thingiverse/api/collection/patch_collections_collection_id.py
sync_detailed(collection_id, *, client, body=UNSET)
Update a collection
Apps can only update collections they've created.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
body
|
PatchCollectionsCollectionIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[CollectionSchema | PatchCollectionsCollectionIdResponse401 | PatchCollectionsCollectionIdResponse403 | PatchCollectionsCollectionIdResponse404]
|
Response[CollectionSchema | PatchCollectionsCollectionIdResponse401 | PatchCollectionsCollectionIdResponse403 | PatchCollectionsCollectionIdResponse404] |
Source code in thingiverse/api/collection/patch_collections_collection_id.py
post_collections
asyncio(*, client, body=UNSET)
async
Create a new collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
body
|
PostCollectionsBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
CollectionSchema | PostCollectionsResponse400 | PostCollectionsResponse401 | PostCollectionsResponse403 | PostCollectionsResponse404 | None
|
CollectionSchema | PostCollectionsResponse400 | PostCollectionsResponse401 | PostCollectionsResponse403 | PostCollectionsResponse404 |
Source code in thingiverse/api/collection/post_collections.py
asyncio_detailed(*, client, body=UNSET)
async
Create a new collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
body
|
PostCollectionsBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[CollectionSchema | PostCollectionsResponse400 | PostCollectionsResponse401 | PostCollectionsResponse403 | PostCollectionsResponse404]
|
Response[CollectionSchema | PostCollectionsResponse400 | PostCollectionsResponse401 | PostCollectionsResponse403 | PostCollectionsResponse404] |
Source code in thingiverse/api/collection/post_collections.py
sync(*, client, body=UNSET)
Create a new collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
body
|
PostCollectionsBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
CollectionSchema | PostCollectionsResponse400 | PostCollectionsResponse401 | PostCollectionsResponse403 | PostCollectionsResponse404 | None
|
CollectionSchema | PostCollectionsResponse400 | PostCollectionsResponse401 | PostCollectionsResponse403 | PostCollectionsResponse404 |
Source code in thingiverse/api/collection/post_collections.py
sync_detailed(*, client, body=UNSET)
Create a new collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
body
|
PostCollectionsBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[CollectionSchema | PostCollectionsResponse400 | PostCollectionsResponse401 | PostCollectionsResponse403 | PostCollectionsResponse404]
|
Response[CollectionSchema | PostCollectionsResponse400 | PostCollectionsResponse401 | PostCollectionsResponse403 | PostCollectionsResponse404] |
Source code in thingiverse/api/collection/post_collections.py
post_collections_collection_id_like
asyncio(collection_id, *, client)
async
Like/unlike Collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
PostCollectionsCollectionIdLikeResponse200 | PostCollectionsCollectionIdLikeResponse401 | PostCollectionsCollectionIdLikeResponse403 | PostCollectionsCollectionIdLikeResponse404 | None
|
PostCollectionsCollectionIdLikeResponse200 | PostCollectionsCollectionIdLikeResponse401 | PostCollectionsCollectionIdLikeResponse403 | PostCollectionsCollectionIdLikeResponse404 |
Source code in thingiverse/api/collection/post_collections_collection_id_like.py
asyncio_detailed(collection_id, *, client)
async
Like/unlike Collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[PostCollectionsCollectionIdLikeResponse200 | PostCollectionsCollectionIdLikeResponse401 | PostCollectionsCollectionIdLikeResponse403 | PostCollectionsCollectionIdLikeResponse404]
|
Response[PostCollectionsCollectionIdLikeResponse200 | PostCollectionsCollectionIdLikeResponse401 | PostCollectionsCollectionIdLikeResponse403 | PostCollectionsCollectionIdLikeResponse404] |
Source code in thingiverse/api/collection/post_collections_collection_id_like.py
sync(collection_id, *, client)
Like/unlike Collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
PostCollectionsCollectionIdLikeResponse200 | PostCollectionsCollectionIdLikeResponse401 | PostCollectionsCollectionIdLikeResponse403 | PostCollectionsCollectionIdLikeResponse404 | None
|
PostCollectionsCollectionIdLikeResponse200 | PostCollectionsCollectionIdLikeResponse401 | PostCollectionsCollectionIdLikeResponse403 | PostCollectionsCollectionIdLikeResponse404 |
Source code in thingiverse/api/collection/post_collections_collection_id_like.py
sync_detailed(collection_id, *, client)
Like/unlike Collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[PostCollectionsCollectionIdLikeResponse200 | PostCollectionsCollectionIdLikeResponse401 | PostCollectionsCollectionIdLikeResponse403 | PostCollectionsCollectionIdLikeResponse404]
|
Response[PostCollectionsCollectionIdLikeResponse200 | PostCollectionsCollectionIdLikeResponse401 | PostCollectionsCollectionIdLikeResponse403 | PostCollectionsCollectionIdLikeResponse404] |
Source code in thingiverse/api/collection/post_collections_collection_id_like.py
post_collections_collection_id_move_thing_id
asyncio(collection_id, thing_id, *, client, body=UNSET)
async
Move a thing between collections
Things can move a thing to any collection the user owns.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
body
|
PostCollectionsCollectionIdMoveThingIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
PostCollectionsCollectionIdMoveThingIdResponse200 | PostCollectionsCollectionIdMoveThingIdResponse401 | PostCollectionsCollectionIdMoveThingIdResponse403 | PostCollectionsCollectionIdMoveThingIdResponse404 | None
|
PostCollectionsCollectionIdMoveThingIdResponse200 | PostCollectionsCollectionIdMoveThingIdResponse401 | PostCollectionsCollectionIdMoveThingIdResponse403 | PostCollectionsCollectionIdMoveThingIdResponse404 |
Source code in thingiverse/api/collection/post_collections_collection_id_move_thing_id.py
asyncio_detailed(collection_id, thing_id, *, client, body=UNSET)
async
Move a thing between collections
Things can move a thing to any collection the user owns.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
body
|
PostCollectionsCollectionIdMoveThingIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[PostCollectionsCollectionIdMoveThingIdResponse200 | PostCollectionsCollectionIdMoveThingIdResponse401 | PostCollectionsCollectionIdMoveThingIdResponse403 | PostCollectionsCollectionIdMoveThingIdResponse404]
|
Response[PostCollectionsCollectionIdMoveThingIdResponse200 | PostCollectionsCollectionIdMoveThingIdResponse401 | PostCollectionsCollectionIdMoveThingIdResponse403 | PostCollectionsCollectionIdMoveThingIdResponse404] |
Source code in thingiverse/api/collection/post_collections_collection_id_move_thing_id.py
sync(collection_id, thing_id, *, client, body=UNSET)
Move a thing between collections
Things can move a thing to any collection the user owns.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
body
|
PostCollectionsCollectionIdMoveThingIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
PostCollectionsCollectionIdMoveThingIdResponse200 | PostCollectionsCollectionIdMoveThingIdResponse401 | PostCollectionsCollectionIdMoveThingIdResponse403 | PostCollectionsCollectionIdMoveThingIdResponse404 | None
|
PostCollectionsCollectionIdMoveThingIdResponse200 | PostCollectionsCollectionIdMoveThingIdResponse401 | PostCollectionsCollectionIdMoveThingIdResponse403 | PostCollectionsCollectionIdMoveThingIdResponse404 |
Source code in thingiverse/api/collection/post_collections_collection_id_move_thing_id.py
sync_detailed(collection_id, thing_id, *, client, body=UNSET)
Move a thing between collections
Things can move a thing to any collection the user owns.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
body
|
PostCollectionsCollectionIdMoveThingIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[PostCollectionsCollectionIdMoveThingIdResponse200 | PostCollectionsCollectionIdMoveThingIdResponse401 | PostCollectionsCollectionIdMoveThingIdResponse403 | PostCollectionsCollectionIdMoveThingIdResponse404]
|
Response[PostCollectionsCollectionIdMoveThingIdResponse200 | PostCollectionsCollectionIdMoveThingIdResponse401 | PostCollectionsCollectionIdMoveThingIdResponse403 | PostCollectionsCollectionIdMoveThingIdResponse404] |
Source code in thingiverse/api/collection/post_collections_collection_id_move_thing_id.py
post_collections_collection_id_thing_thing_id
asyncio(collection_id, thing_id, *, client, body=UNSET)
async
Add a thing to a collection
Apps can add to any collection the user owns. Do not abuse or we'll change that.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
body
|
PostCollectionsCollectionIdThingThingIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
PostCollectionsCollectionIdThingThingIdResponse200 | PostCollectionsCollectionIdThingThingIdResponse401 | PostCollectionsCollectionIdThingThingIdResponse403 | PostCollectionsCollectionIdThingThingIdResponse404 | None
|
PostCollectionsCollectionIdThingThingIdResponse200 | PostCollectionsCollectionIdThingThingIdResponse401 | PostCollectionsCollectionIdThingThingIdResponse403 | PostCollectionsCollectionIdThingThingIdResponse404 |
Source code in thingiverse/api/collection/post_collections_collection_id_thing_thing_id.py
asyncio_detailed(collection_id, thing_id, *, client, body=UNSET)
async
Add a thing to a collection
Apps can add to any collection the user owns. Do not abuse or we'll change that.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
body
|
PostCollectionsCollectionIdThingThingIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[PostCollectionsCollectionIdThingThingIdResponse200 | PostCollectionsCollectionIdThingThingIdResponse401 | PostCollectionsCollectionIdThingThingIdResponse403 | PostCollectionsCollectionIdThingThingIdResponse404]
|
Response[PostCollectionsCollectionIdThingThingIdResponse200 | PostCollectionsCollectionIdThingThingIdResponse401 | PostCollectionsCollectionIdThingThingIdResponse403 | PostCollectionsCollectionIdThingThingIdResponse404] |
Source code in thingiverse/api/collection/post_collections_collection_id_thing_thing_id.py
sync(collection_id, thing_id, *, client, body=UNSET)
Add a thing to a collection
Apps can add to any collection the user owns. Do not abuse or we'll change that.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
body
|
PostCollectionsCollectionIdThingThingIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
PostCollectionsCollectionIdThingThingIdResponse200 | PostCollectionsCollectionIdThingThingIdResponse401 | PostCollectionsCollectionIdThingThingIdResponse403 | PostCollectionsCollectionIdThingThingIdResponse404 | None
|
PostCollectionsCollectionIdThingThingIdResponse200 | PostCollectionsCollectionIdThingThingIdResponse401 | PostCollectionsCollectionIdThingThingIdResponse403 | PostCollectionsCollectionIdThingThingIdResponse404 |
Source code in thingiverse/api/collection/post_collections_collection_id_thing_thing_id.py
sync_detailed(collection_id, thing_id, *, client, body=UNSET)
Add a thing to a collection
Apps can add to any collection the user owns. Do not abuse or we'll change that.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
thing_id
|
int
|
Example: 1004996. |
required |
body
|
PostCollectionsCollectionIdThingThingIdBody | Unset
|
|
UNSET
|
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[PostCollectionsCollectionIdThingThingIdResponse200 | PostCollectionsCollectionIdThingThingIdResponse401 | PostCollectionsCollectionIdThingThingIdResponse403 | PostCollectionsCollectionIdThingThingIdResponse404]
|
Response[PostCollectionsCollectionIdThingThingIdResponse200 | PostCollectionsCollectionIdThingThingIdResponse401 | PostCollectionsCollectionIdThingThingIdResponse403 | PostCollectionsCollectionIdThingThingIdResponse404] |
Source code in thingiverse/api/collection/post_collections_collection_id_thing_thing_id.py
post_collections_collection_id_watch
asyncio(collection_id, *, client)
async
Watch/unwatch Collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
PostCollectionsCollectionIdWatchResponse200 | PostCollectionsCollectionIdWatchResponse401 | PostCollectionsCollectionIdWatchResponse403 | PostCollectionsCollectionIdWatchResponse404 | None
|
PostCollectionsCollectionIdWatchResponse200 | PostCollectionsCollectionIdWatchResponse401 | PostCollectionsCollectionIdWatchResponse403 | PostCollectionsCollectionIdWatchResponse404 |
Source code in thingiverse/api/collection/post_collections_collection_id_watch.py
asyncio_detailed(collection_id, *, client)
async
Watch/unwatch Collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[PostCollectionsCollectionIdWatchResponse200 | PostCollectionsCollectionIdWatchResponse401 | PostCollectionsCollectionIdWatchResponse403 | PostCollectionsCollectionIdWatchResponse404]
|
Response[PostCollectionsCollectionIdWatchResponse200 | PostCollectionsCollectionIdWatchResponse401 | PostCollectionsCollectionIdWatchResponse403 | PostCollectionsCollectionIdWatchResponse404] |
Source code in thingiverse/api/collection/post_collections_collection_id_watch.py
sync(collection_id, *, client)
Watch/unwatch Collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
PostCollectionsCollectionIdWatchResponse200 | PostCollectionsCollectionIdWatchResponse401 | PostCollectionsCollectionIdWatchResponse403 | PostCollectionsCollectionIdWatchResponse404 | None
|
PostCollectionsCollectionIdWatchResponse200 | PostCollectionsCollectionIdWatchResponse401 | PostCollectionsCollectionIdWatchResponse403 | PostCollectionsCollectionIdWatchResponse404 |
Source code in thingiverse/api/collection/post_collections_collection_id_watch.py
sync_detailed(collection_id, *, client)
Watch/unwatch Collection
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
collection_id
|
int
|
Example: 1. |
required |
Raises:
| Type | Description |
|---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
| Type | Description |
|---|---|
Response[PostCollectionsCollectionIdWatchResponse200 | PostCollectionsCollectionIdWatchResponse401 | PostCollectionsCollectionIdWatchResponse403 | PostCollectionsCollectionIdWatchResponse404]
|
Response[PostCollectionsCollectionIdWatchResponse200 | PostCollectionsCollectionIdWatchResponse401 | PostCollectionsCollectionIdWatchResponse403 | PostCollectionsCollectionIdWatchResponse404] |