Chat Testing›
Chat Testing
Update Test Scenario
Update a test scenario in a workflow (including custom 'Add your own' scenarios).
PUT
/api/test-scenarios/{workflow_id}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
workflow_idstringrequired
Body
application/jsonproject_idstringrequired
Project ID associated with the workflow
test_scenarioobjectrequired
The updated test scenario data
Response
application/jsonSuccessful Response
successbooleanrequired
Whether the operation was successful
messagestringrequired
Response message
dataobject
Response data