简体中文
test a automation workflow all
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/base/{baseId}/workflow/{workflowId}/test-all \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "recordId": "<string>", "sideEffect": true, "withDependency": true } '
true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the record id to test
whether to test with side effect
whether to test with dependency
Successful updated
The response is of type boolean.
boolean
此页面对您有帮助吗?