kittycad.api.users.update_user_self

Functions

asyncio(body, *, client)

This endpoint requires authentication by any KittyCAD user.

asyncio_detailed(body, *, client)

rtype:

Response[Union[User, Error, None]]

sync(body, *, client)

This endpoint requires authentication by any KittyCAD user.

sync_detailed(body, *, client)

rtype:

Response[Union[User, Error, None]]

kittycad.api.users.update_user_self._build_response(*, response)[source][source]
Return type:

Response[Union[User, Error, None]]

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

Dict[str, Any]

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

Union[User, Error, None]

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

This endpoint requires authentication by any KittyCAD user. It updates information about the authenticated user.

Return type:

Union[User, Error, None]

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

Response[Union[User, Error, None]]

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

This endpoint requires authentication by any KittyCAD user. It updates information about the authenticated user.

Return type:

Union[User, Error, None]

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

Response[Union[User, Error, None]]