Skip to main content
POST
/
trace
/
{traceId}
/
link
New action
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

traceId
string
required

The UUID of the trace

Body

multipart/form-data
body
object
file_example
file
other_file_example
file

Response

200 - application/json

The action appended to the given trace

state
object
required

The state data of the trace