Skip to contents

Post a text comment on a workflow. Requires authentication.

Usage

api_comment_workflow(id, text)

Arguments

id

Workflow ID

text

Comment text (max 2000 characters)

Value

Invisibly, the API response.

Examples

if (FALSE) { # \dontrun{
api_comment_workflow("w_1739654400_123", "Very useful workflow!")
} # }