POST
/
v2
/
devices
/
{device_id}
/
artifacts
Upload result artifact
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/devices/{device_id}/artifacts \
  --header 'Content-Type: <content-type>'
{
  "artifact_id": "<string>",
  "key": "<string>"
}

Headers

Content-Type
string
required

MIME type of the artifact (e.g. application/json)

Path Parameters

device_id
string
required

Device UUID

Response

Created

artifact_id
string
key
string