benchling_api_client.api.boxes.update_box module¶
- async asyncio(*, client: Client, box_id: str, json_body: BoxUpdate) Optional[Union[Box, BadRequestError]] ¶
Update a box
- async asyncio_detailed(*, client: Client, box_id: str, json_body: BoxUpdate) Response[Union[Box, BadRequestError]] ¶