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": "a5fa9DCC-64Da-AdA2-B1C1-f71Fd5522296",
"location": "Application",
"view": null,
"status": "error",
"app": "dolore",
"name": "incididunt consequat nostrud",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/~0/EUKKAmyDp"
}
]
},
"last_updated": "1964-10-03T00:28:40.31Z",
"encodingVersion": 1,
"job": {
"_id": "df0c58c5904dd92b9a6949ff",
"task": "b4f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": null
},
"incomingRefs": [],
"groups": [
"ae97aabc102108b15f49264d"
],
"type": "automatic",
"metrics": {
"start_time": "sunt nostrud est dolor ut",
"end_time": -87247799.08473219,
"server_id": "ut ullamco laboris",
"finish_state": "paused",
"run_time": 82663908.48784643,
"retrying": false,
"user": {
"_id": "a199199e88b31e5ca8d28bf0",
"provenance": "sunt enim aute qui",
"username": "magna quis occaecat cillum",
"firstname": "anim",
"memberOf": [
{
"groupId": "9f9ac333b008ca4164757569",
"aaaManaged": true
},
{
"groupId": "ea53ed7b39ae10a84221323a",
"aaaManaged": false
},
{
"groupId": "936735d80bf5070fd5d32902",
"aaaManaged": true
},
{
"groupId": "1fa20592d00aa9ecab7c45a0",
"aaaManaged": true
},
{
"groupId": "71ed46ead9af5669cb70d8ce",
"aaaManaged": false
}
],
"assignedRoles": [
{
"roleId": "ut"
},
{
"roleId": "labore quis commodo"
},
{
"roleId": "culpa"
},
{
"roleId": "sint esse ad consequat"
}
],
"inactive": true,
"lastLogin": "1986-09-04T06:36:41.191Z",
"_meta": {
"created": "1982-02-21T13:26:13.432Z",
"updated": "1983-11-11T23:11:44.759Z",
"migrationVersion": -17779790
},
"email": "quis dolore qui nulla ipsum"
},
"owner": "Pronghorn"
}
}
}