benchling_api_client.api.feature_libraries.update_feature module

async asyncio(*, client: Client, feature_id: str, json_body: FeatureUpdate) Optional[Union[Feature, BadRequestError, NotFoundError]]

Update a feature

async asyncio_detailed(*, client: Client, feature_id: str, json_body: FeatureUpdate) Response[Union[Feature, BadRequestError, NotFoundError]]
sync(*, client: Client, feature_id: str, json_body: FeatureUpdate) Optional[Union[Feature, BadRequestError, NotFoundError]]

Update a feature

sync_detailed(*, client: Client, feature_id: str, json_body: FeatureUpdate) Response[Union[Feature, BadRequestError, NotFoundError]]