cURL
curl --request POST \ --url http://api.local.stratumn.com:3000/trace/{traceId}/link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'body={ "data": {}, "actionKey": "<string>", "workflowId": "<string>", "groupLabel": "<string>" }' \ --form file_example='@example-file' \ --form other_file_example='@example-file'
{ "state": {} }
Appends a new action to a given trace by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UUID of the trace
Show child attributes
The action appended to the given trace
The state data of the trace