benchling_api_client.api.locations.update_location module¶
- async asyncio(*, client: Client, location_id: str, json_body: LocationUpdate) Optional[Union[Location, BadRequestError]] ¶
Update a location
- async asyncio_detailed(*, client: Client, location_id: str, json_body: LocationUpdate) Response[Union[Location, BadRequestError]] ¶
- sync(*, client: Client, location_id: str, json_body: LocationUpdate) Optional[Union[Location, BadRequestError]] ¶
Update a location
- sync_detailed(*, client: Client, location_id: str, json_body: LocationUpdate) Response[Union[Location, BadRequestError]] ¶