benchling_api_client.api.dropdowns.update_dropdown module

async asyncio(*, client: Client, dropdown_id: str, json_body: DropdownUpdate) Optional[Union[Dropdown, BadRequestError, ForbiddenError, NotFoundError]]

Update a dropdown

async asyncio_detailed(*, client: Client, dropdown_id: str, json_body: DropdownUpdate) Response[Union[Dropdown, BadRequestError, ForbiddenError, NotFoundError]]
sync(*, client: Client, dropdown_id: str, json_body: DropdownUpdate) Optional[Union[Dropdown, BadRequestError, ForbiddenError, NotFoundError]]

Update a dropdown

sync_detailed(*, client: Client, dropdown_id: str, json_body: DropdownUpdate) Response[Union[Dropdown, BadRequestError, ForbiddenError, NotFoundError]]