Update Service Document Delete Task State

Update Service Document Delete Task State

Only Solution users, Container admins, and System admins can update ServiceDocumentDeleteTaskState.

Request
URI
PUT
https://{api_host}/container-service/api/delete-tasks/{id}
COPY
Path Parameters
string
id
Required

The id of the ServiceDocumentDeleteTaskState


Request Body

The ServiceDocumentDeleteTaskState to be updated.

ServiceDocumentDeleteTaskState of type(s) application/json
Required
{
    "serviceTaskCallback": {
        "taskStageFailed": "string",
        "taskStageComplete": "string",
        "serviceSelfLink": "string"
    },
    "documentExpirationTimeMicros": "string",
    "requestTrackerLink": "string",
    "documentSelfLink": "string",
    "tenantLinks": [
        "string"
    ],
    "taskInfo": {
        "stage": "string",
        "failure": {
            "documentKind": "string",
            "errorCode": 0,
            "stackTrace": [
                "string"
            ],
            "message": "string",
            "statusCode": 0
        },
        "isDirect": false
    },
    "deleteDocumentKind": "string",
    "documentUpdateTimeMicros": "string",
    "taskSubStage": "string"
}
serviceTaskCallback
Optional

serviceTaskCallback

string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

string
requestTrackerLink
Optional

requestTrackerLink

object
customProperties
Optional

customProperties

string
documentSelfLink
Optional

documentSelfLink

array of string
tenantLinks
Optional

tenantLinks

taskInfo
Optional

taskInfo

string
deleteDocumentKind
Optional

deleteDocumentKind

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

string
taskSubStage
Optional

taskSubStage

Responses
200

'OK' is returned when the ServiceDocumentDeleteTaskState is updated.

Operation doesn't return any data structure