kittycad.api.orgs.get_org_privacy_settings

Functions

asyncio(*, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(*, client)

sync(*, client)

This endpoint requires authentication by an org admin.

sync_detailed(*, client)

kittycad.api.orgs.get_org_privacy_settings._build_response(*, response)[source][source]
Return type:

Response[Union[PrivacySettings, Error, None]]

kittycad.api.orgs.get_org_privacy_settings._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.orgs.get_org_privacy_settings._parse_response(*, response)[source][source]
Return type:

Union[PrivacySettings, Error, None]

async kittycad.api.orgs.get_org_privacy_settings.asyncio(*, client)[source][source]

This endpoint requires authentication by an org admin. It gets the privacy settings for the authenticated user’s org.

Return type:

Union[PrivacySettings, Error, None]

async kittycad.api.orgs.get_org_privacy_settings.asyncio_detailed(*, client)[source][source]
Return type:

Response[Union[PrivacySettings, Error, None]]

kittycad.api.orgs.get_org_privacy_settings.sync(*, client)[source][source]

This endpoint requires authentication by an org admin. It gets the privacy settings for the authenticated user’s org.

Return type:

Union[PrivacySettings, Error, None]

kittycad.api.orgs.get_org_privacy_settings.sync_detailed(*, client)[source][source]
Return type:

Response[Union[PrivacySettings, Error, None]]