Skip to main content
PUT
/
api
/
queues
/
v1
/
{queueId}
/
tasks
/
{taskId}
/
outputs
Save Task Progress
curl --request PUT \
  --url https://{instance}.domo.com/api/queues/v1/{queueId}/tasks/{taskId}/outputs \
  --header 'Content-Type: application/json' \
  --header 'X-DOMO-Developer-Token: <api-key>' \
  --data @- <<EOF
{
  "Suggested_Action_Items": "1. Investigate assembly line for misalignment issues near the hinge area\n2. Inspect and replace seals in the actuator's main chamber to prevent hydraulic leaks\n3. Address the issue of missing or loose fasteners with the supplier\n",
  "Send_to_QA_Team": true
}
EOF
{}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication

Path Parameters

queueId
string
required

The ID of the queue

taskId
string
required

The ID of the task

Body

application/json

The request body accepts an object containing key value pairs for each input property of the task in question.

The body is of type object.

Response

The current saved state of the task

The response is of type object.