Skip to contents

Publish a RecipeWorkflow object to the API. Requires authentication.

Usage

api_publish_workflow(workflow)

Arguments

workflow

A RecipeWorkflow object

Value

Invisibly, the API response.

See also

Examples

if (FALSE) { # \dontrun{
api_publish_workflow(my_workflow)
} # }