kittycad.api.payments.update_user_subscription

Functions

asyncio(body, *, client)

This endpoint requires authentication by any Zoo user.

asyncio_detailed(body, *, client)

sync(body, *, client)

This endpoint requires authentication by any Zoo user.

sync_detailed(body, *, client)

kittycad.api.payments.update_user_subscription._build_response(*, response)[source][source]
Return type:

Response[Union[ZooProductSubscriptions, Error, None]]

kittycad.api.payments.update_user_subscription._get_kwargs(body, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.payments.update_user_subscription._parse_response(*, response)[source][source]
Return type:

Union[ZooProductSubscriptions, Error, None]

async kittycad.api.payments.update_user_subscription.asyncio(body, *, client)[source][source]

This endpoint requires authentication by any Zoo user. It updates the subscription for the user.

Return type:

Union[ZooProductSubscriptions, Error, None]

async kittycad.api.payments.update_user_subscription.asyncio_detailed(body, *, client)[source][source]
Return type:

Response[Union[ZooProductSubscriptions, Error, None]]

kittycad.api.payments.update_user_subscription.sync(body, *, client)[source][source]

This endpoint requires authentication by any Zoo user. It updates the subscription for the user.

Return type:

Union[ZooProductSubscriptions, Error, None]

kittycad.api.payments.update_user_subscription.sync_detailed(body, *, client)[source][source]
Return type:

Response[Union[ZooProductSubscriptions, Error, None]]