Skip to contents

Give a star rating (1-5) to a workflow. Requires authentication.

Usage

api_star_workflow(id, value)

Arguments

id

Workflow ID

value

Integer rating from 1 to 5

Value

Invisibly, the API response.

Examples

if (FALSE) { # \dontrun{
api_star_workflow("w_1739654400_123", 4)
} # }