Skip to content

Commit e3ece0f

Browse files
authored
Create new revision (#145)
1 parent bf0f9fd commit e3ece0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/langgraph-platform/api-ref-control-plane.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def patch_deployment(deployment_id: str) -> None:
172172
headers = get_headers()
173173
headers["Content-Type"] = "application/json"
174174

175+
# This creates a new revision because source_revision_config is included
175176
response = requests.patch(
176177
url=f"{CONTROL_PLANE_HOST}/v2/deployments/{deployment_id}",
177178
headers=headers,

0 commit comments

Comments
 (0)