DevZero Logo
DevZero

Insert a new log entry for a given workspace deploy step

PUT
/workspaces/runtime/deploy/{step_id}/logs
/workspaces/runtime/deploy/{step_id}/logs

Request Body

application/jsonRequired

workspace deploy step body

logstring

Path Parameters

step_id
Required
string

ID of step

Header Parameters

token
Required
string

Authorization token

curl -X PUT "https://api.devzero.io/backend/v0/workspaces/runtime/deploy/string/logs" \
  -H "token: string" \
  -H "Content-Type: application/json" \
  -d '{
    "log": "string"
  }'

No content