app-operations_manager

On this page:

finishManualTask

Summary

Finish a manual task

Description

Work a manual Task.

Route

POST /operations-manager/jobs/:jobId/tasks/:taskId/finish

Roles

admin apiwrite engineering operations

Parameters

DetailsExampleSchema
Name Type Required Description
jobId string yes The id of the Job containing the Task to be worked.
taskId string yes The id of the Task to be worked.
taskData object yes The data used to complete the manual Task.

Return

DetailsExampleSchema
Name Type Description
result object The result of the finish manual Task operation.