简体中文
test a automation workflow node
cURL
curl --request PUT \ --url https://app.teable.cn/api/base/%7BbaseId%7D/workflow/%7BworkflowId%7D/test/%7BnodeId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"property1":null,"property2":null}'
{ "spent": 123, "inputRaw": "<any>", "outputRaw": "<any>", "inputVariables": {}, "outputVariables": {}, "errorMsg": "<string>", "createdTime": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful updated
The response is of type object.
object