benchling_api_client.api.custom_entities.update_custom_entity module

async asyncio(*, client: Client, custom_entity_id: str, json_body: CustomEntityUpdate) Optional[Union[CustomEntity, BadRequestError]]

Update a custom entity

async asyncio_detailed(*, client: Client, custom_entity_id: str, json_body: CustomEntityUpdate) Response[Union[CustomEntity, BadRequestError]]
sync(*, client: Client, custom_entity_id: str, json_body: CustomEntityUpdate) Optional[Union[CustomEntity, BadRequestError]]

Update a custom entity

sync_detailed(*, client: Client, custom_entity_id: str, json_body: CustomEntityUpdate) Response[Union[CustomEntity, BadRequestError]]