Update Job Step Task
Update a job step task.
Path parameters
job
step
name
workspace
Request
This endpoint expects an object.
status
Enumeration of possible job statuses.
This enum represents the various states a job can be in during its lifecycle,
from creation to a terminal state.
status_details
error_details
error_stack
Response
Successful Response
workspace
Workspace identifier
step_id
Parent step ID
id
created_at
created_by
updated_at
updated_by
entity_id
Alias for id for backwards compatibility.
parent
Parent entity ID for nested entities.
name
Entity name within the workspace
project
The name of the project associated with this entity.
status
Task status
status_details
Details about the task status
error_details
Details about task errors
error_stack
Error stack trace if applicable
Errors
404
Not Found Error
422
Unprocessable Entity Error