Skip to content

Thing Ops Models

thingiverse.models.post_thingops_ids_copy_body

PostThingopsIdsCopyBody

Attributes:

Name Type Description
source_collection_id int

Set the id of the collection where the specified thing is located

target_collection_id int

Set the id of the collection where the specified thing will be copied

thingiverse.models.post_thingops_ids_copy_response_200

PostThingopsIdsCopyResponse200

Attributes:

Name Type Description
ids list[int] | Unset

thingiverse.models.post_thingops_ids_copy_response_401

PostThingopsIdsCopyResponse401

Attributes:

Name Type Description
error str | Unset

Example: Unauthorized.

thingiverse.models.post_thingops_ids_copy_response_403

PostThingopsIdsCopyResponse403

Attributes:

Name Type Description
error str | Unset

Example: Forbidden.

thingiverse.models.post_thingops_ids_copy_response_404

PostThingopsIdsCopyResponse404

Attributes:

Name Type Description
error str | Unset

Example: Not Found.

thingiverse.models.post_thingops_ids_move_body

PostThingopsIdsMoveBody

Attributes:

Name Type Description
source_collection_id int

Set the id of the collection where the specified thing is located

target_collection_id int

Set the id of the collection where the specified thing will be moved

thingiverse.models.post_thingops_ids_move_response_200

PostThingopsIdsMoveResponse200

Attributes:

Name Type Description
ids list[int] | Unset

thingiverse.models.post_thingops_ids_move_response_401

PostThingopsIdsMoveResponse401

Attributes:

Name Type Description
error str | Unset

Example: Unauthorized.

thingiverse.models.post_thingops_ids_move_response_403

PostThingopsIdsMoveResponse403

Attributes:

Name Type Description
error str | Unset

Example: Forbidden.

thingiverse.models.post_thingops_ids_move_response_404

PostThingopsIdsMoveResponse404

Attributes:

Name Type Description
error str | Unset

Example: Not Found.

thingiverse.models.post_thingops_ids_remove_body

PostThingopsIdsRemoveBody

Attributes:

Name Type Description
collection_id int

Set the id of the collection from which the specified thing will be removed

thingiverse.models.post_thingops_ids_remove_response_200

PostThingopsIdsRemoveResponse200

Attributes:

Name Type Description
ids list[int] | Unset

thingiverse.models.post_thingops_ids_remove_response_401

PostThingopsIdsRemoveResponse401

Attributes:

Name Type Description
error str | Unset

Example: Unauthorized.

thingiverse.models.post_thingops_ids_remove_response_403

PostThingopsIdsRemoveResponse403

Attributes:

Name Type Description
error str | Unset

Example: Forbidden.

thingiverse.models.post_thingops_ids_remove_response_404

PostThingopsIdsRemoveResponse404

Attributes:

Name Type Description
error str | Unset

Example: Not Found.