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
]
¶
Benchling SDK
Navigation
Package contents:
benchling_sdk package
benchling_api_client package
Subpackages
benchling_api_client.api package
Subpackages
benchling_api_client.models package
Submodules
Related Topics
Documentation overview
benchling_api_client package
benchling_api_client.api package
benchling_api_client.api.entries package
Previous:
benchling_api_client.api.entries.unarchive_entries module
Next:
benchling_api_client.api.events package
Quick search