app-automation_studio

On this page:

updateWorkflowTest

Summary

Replaces a workflow test document for a workflow.

Description

Replaces a workflow test document for a workflow.

Route

PUT /automation-studio/:workflowId/tests/:id

Roles

admin apiwrite designer

Parameters

DetailsExampleSchema
Name Type Required Description
workflowId string yes ObjectId specifying a workflow entity.
id string yes Workflow test id.
update object yes Complete workflow test definition to replace the existing workflow test document with. May not contain fields '_id', 'workflowId', 'created', 'createdBy', 'lastUpdated', or 'lastUpdatedBy'.

Return

DetailsExampleSchema
Name Type Description
response object Response object.