update the group that update_workflow belongs to (#2406)

This commit is contained in:
Shuchang Zheng
2025-05-20 17:12:34 -07:00
committed by GitHub
parent a210d26668
commit 600bea1b8c
2 changed files with 2 additions and 2 deletions

View File

@@ -2883,7 +2883,7 @@
},
"required": true
},
"x-fern-sdk-group-name": "agent",
"x-fern-sdk-group-name": "workflows",
"x-fern-sdk-method-name": "update_workflow",
"x-fern-examples": [
{

View File

@@ -514,7 +514,7 @@ async def create_workflow(
"content": {"application/x-yaml": {"schema": WorkflowCreateYAMLRequest.model_json_schema()}},
"required": True,
},
"x-fern-sdk-group-name": "agent",
"x-fern-sdk-group-name": "workflows",
"x-fern-sdk-method-name": "update_workflow",
"x-fern-examples": [{"code-samples": [{"sdk": "curl", "code": UPDATE_WORKFLOW_CODE_SAMPLE}]}],
},