benchling_api_client.api.dropdowns.create_dropdown module¶
- async asyncio(*, client: Client, json_body: DropdownCreate) Optional[Union[Dropdown, BadRequestError]] ¶
Create a dropdown
- async asyncio_detailed(*, client: Client, json_body: DropdownCreate) Response[Union[Dropdown, BadRequestError]] ¶
- sync(*, client: Client, json_body: DropdownCreate) Optional[Union[Dropdown, BadRequestError]] ¶
Create a dropdown
- sync_detailed(*, client: Client, json_body: DropdownCreate) Response[Union[Dropdown, BadRequestError]] ¶