Update a workflow test
update workspace workflow test
Authentication: required
PUT
Update a workflow test
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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!
Update a workflow test