update_workflow_summary
Updates a workflow's summary (ReadMe) by providing workflow ID and new summary text.
Instructions
Args: - id (str): workflow id. This can be fetched from path /status/id of 'get_workflows' output - summary (str): workflow summary, preferably ReadMe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| summary | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |