Skip to content

runnerPutArtifact

PUT
/api/runner/v1/task-runs/{taskRunId}/artifacts/{name}
curl --request PUT \
--url https://example.com/api/runner/v1/task-runs/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/artifacts/example \
--header 'Content-Type: application/octet-stream' \
--data binary
taskRunId
required
string format: uuid
name
required
string
<= 200 characters
Media typeapplication/octet-stream
string format: binary

Stored.