kittycad.api.orgs.create_org

Functions

asyncio(body, *, client)

This endpoint requires authentication by a Zoo user that is not already in an org.

asyncio_detailed(body, *, client)

sync(body, *, client)

This endpoint requires authentication by a Zoo user that is not already in an org.

sync_detailed(body, *, client)

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

Response[Union[Org, Error, None]]

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

Dict[str, Any]

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

Union[Org, Error, None]

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

This endpoint requires authentication by a Zoo user that is not already in an org. It creates a new org for the authenticated user and makes them an admin.

Return type:

Union[Org, Error, None]

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

Response[Union[Org, Error, None]]

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

This endpoint requires authentication by a Zoo user that is not already in an org. It creates a new org for the authenticated user and makes them an admin.

Return type:

Union[Org, Error, None]

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

Response[Union[Org, Error, None]]