WorkflowWorkflowUpdate workflow definitionUpdate workflow definition PUT /api/v1/workflow/definitions/:id Updates the name and description of an existing workflow definition. Body: { "name": "...", "description": "..." }. Request Responses200OK