benchling_api_client.api.entries.update_entry module

async asyncio(*, client: Client, entry_id: str, json_body: EntryUpdate) Optional[Entry]

Update a notebook entry’s metadata

async asyncio_detailed(*, client: Client, entry_id: str, json_body: EntryUpdate) Response[Entry]
sync(*, client: Client, entry_id: str, json_body: EntryUpdate) Optional[Entry]

Update a notebook entry’s metadata

sync_detailed(*, client: Client, entry_id: str, json_body: EntryUpdate) Response[Entry]