Add a workflow test
add workspace workflow test
Authentication: required
POST
Add a workflow test
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The body is of type string.
Example:
"workflow_test foo {\n stack {\n var $x1 {\n value = 1 + 2 + 3\n }\n }\n}\n"
Response
Success!
Add a workflow test