kittycad.api.orgs.update_org

Functions

asyncio(body, *, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(body, *, client)

sync(body, *, client)

This endpoint requires authentication by an org admin.

sync_detailed(body, *, client)

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

Response[Union[Org, Error, None]]

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

Dict[str, Any]

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

Union[Org, Error, None]

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

This endpoint requires authentication by an org admin. It updates the authenticated user’s org.

Return type:

Union[Org, Error, None]

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

Response[Union[Org, Error, None]]

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

This endpoint requires authentication by an org admin. It updates the authenticated user’s org.

Return type:

Union[Org, Error, None]

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

Response[Union[Org, Error, None]]