Update Data Contract
Update an existing data contract by its ID. The request body must contain the updated DataContract object.
Path Parameters |
---|
id int32 — REQUIRED |
Request Body — REQUIRED Updated DataContract object. | |||||
---|---|---|---|---|---|
specVersion string | |||||
catalogURL string | |||||
termsAndConditions object
| |||||
stakeholders object
| |||||
notifications object
| |||||
sampleValues string[] | |||||
usageInfo string | |||||
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 Data contract updated successfully.
| |||||||||||||||||||||||||||||||||||||||||
304 No contract found with the specified ID. No modification performed. | |||||||||||||||||||||||||||||||||||||||||
401 Unauthorized. Authentication required. | |||||||||||||||||||||||||||||||||||||||||
500 Internal server error during update. |