Upload a building block run's artifact
PUT/api/meshobjects/meshbuildingblockruns/:blockRunUuid/plan-artifact
Uploads the raw binary artifact a run produced (e.g. a DETECT run's Terraform plan) as
application/octet-stream.
A runner MUST upload the artifact before sending the terminal SUCCEEDED status update: that status update schedules the follow-up APPLY run, whose predecessor artifact lookup requires the bytes to already be stored.
Authentication: This endpoint supports API Key authentication.
Request
Responses
- 204
204