Summary
Release a currently assigned task
Description
Remove user assignment from a currently assigned Task.
Route
POST /operations-manager/tasks/:taskId/release
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
taskId |
string |
yes |
The id of the Task iteration to be released. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The result of the release operation. |
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": {
"_id": "F2B5CcD8-3cC1-9644-bb4A-4D98FeEa3feE",
"location": "Application",
"view": null,
"status": "canceled",
"app": "quis",
"name": "nisi dolore adipisicing",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/eBz/~1/g+sb7Hws/maKbWI27B0/C9f.hkF8bY/ZW7l,KaTT/~1/~0/d/~1"
},
{
"type": "encryption",
"pointer": "/PvtZaoe/~1"
}
]
},
"last_updated": "1955-11-25T16:22:30.702Z",
"encodingVersion": 1,
"job": {
"_id": "ed4d1f4ca1337c605cbfaf30",
"task": "b4f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": [
"53c1f0d07993edcb6eb83592",
"63c332872b3740754ce2b147"
]
},
"groups": [
"f9c18e24599a882db8366183"
],
"type": "operation",
"metrics": {
"start_time": "tempor",
"end_time": 65082730.46228549,
"server_id": "pariatur Ut magna",
"finish_state": "incomplete",
"run_time": 81040862.59236816,
"retrying": false,
"user": "fe1502311564d4dad8125e68",
"owner": ""
}
}
}