Skip to content

Update Workflow

omics_update_workflow R Documentation

Updates a workflow

Description

Updates a workflow.

Usage

omics_update_workflow(id, name, description)

Arguments

id

[required] The workflow's ID.

name

A name for the workflow.

description

A description for the workflow.

Value

An empty list.

Request syntax

svc$update_workflow(
  id = "string",
  name = "string",
  description = "string"
)