Skip to content

Commit

Permalink
Update Workflow Version Upsert docs (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerstraeteBert authored Nov 29, 2023
1 parent b0bdb05 commit 001ba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/_api/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def upsert(self, version: WorkflowVersionUpsert, mode: Literal["replace"] = "rep
... description="This workflow has one step",
... ),
... )
>>> res = c.workflows.upsert(new_version)
>>> res = c.workflows.versions.upsert(new_version)
"""
self._warning.warn()
if mode != "replace":
Expand Down

0 comments on commit 001ba1a

Please sign in to comment.