benchling_api_client.api.entries.create_entry module

async asyncio(*, client: Client, json_body: EntryCreate) Optional[Union[Entry, BadRequestError]]

Create a notebook entry

async asyncio_detailed(*, client: Client, json_body: EntryCreate) Response[Union[Entry, BadRequestError]]
sync(*, client: Client, json_body: EntryCreate) Optional[Union[Entry, BadRequestError]]

Create a notebook entry

sync_detailed(*, client: Client, json_body: EntryCreate) Response[Union[Entry, BadRequestError]]