kittycad.api.users.update_user_privacy_settings

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.users.update_user_privacy_settings._build_response(*, response)[source][source]
Return type:

Response[Union[PrivacySettings, Error, None]]

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

Dict[str, Any]

kittycad.api.users.update_user_privacy_settings._parse_response(*, response)[source][source]
Return type:

Union[PrivacySettings, Error, None]

async kittycad.api.users.update_user_privacy_settings.asyncio(body, *, client)[source][source]

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

Return type:

Union[PrivacySettings, Error, None]

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

Response[Union[PrivacySettings, Error, None]]

kittycad.api.users.update_user_privacy_settings.sync(body, *, client)[source][source]

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

Return type:

Union[PrivacySettings, Error, None]

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

Response[Union[PrivacySettings, Error, None]]