DevZero Logo

DevZero

Insert a new log entry for a given workspace deploy step

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

Path Parameters

step_idstring

ID of step

Header Parameters

tokenstring

Authorization token

Request Body

workspace deploy step body

log?string

Response Body

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