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"
}
string
documentExpirationTimeMicros
Optional
documentExpirationTimeMicros
string
requestTrackerLink
Optional
requestTrackerLink
object
customProperties
Optional
customProperties
string
documentSelfLink
Optional
documentSelfLink
array of string
tenantLinks
Optional
tenantLinks
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
Service Document Operations
POST
Create Service Document Delete Task State
DELETE
Delete Service Document Delete Task State
GET
Get Service Document Delete Task State
GET
List Service Document Delete Task State
PATCH
Patch Service Document Delete Task State
PUT
Update Service Document Delete Task State