Update an Existing Quality Task
Update the details of an existing quality task by its ID. The request body must contain the updated QualityTask object.
Path Parameters |
---|
id int64 — REQUIREDUnique identifier of the quality task to update. |
id int32 — REQUIRED |
Request Body — REQUIRED Updated QualityTask object. |
---|
tbd string |
dqDimension stringPossible values: [ |
json string |
version string |
active boolean |
assetCreatedDate date-time |
assetUpdatedDate date-time |
createdTime int64 |
updatedTime int64 |
createdBy string |
updatedBy string |
owner string |
tags string[] |
id int32 |
name string |
description string |
datasetId string |
columns string |
successMsg string |
failureMsg string |
onboardingStatus stringPossible values: [ |
executionStatus stringPossible values: [ |
criticalityLevel stringPossible values: [ |
Responses | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Quality task updated successfully.
| ||||||||||||||||||||||||
304 Quality task not modified (not found or no changes). | ||||||||||||||||||||||||
401 Unauthorized access. | ||||||||||||||||||||||||
404 Quality task with the specified ID not found. |