Method to update existing artifacts
put
/mftapp/rest/v1/artifacts
Request
Supported Media Types
- multipart/form-data
Query Parameters
- previewModeFlag
-
Type:
booleanValue depicts if preview mode is true or false
Body Parameter
A body of type:
Root Schema : /paths/~1artifacts/put/parameters/1/schema
- multipart/form-data
Response
Supported Media Types
- application/json
200 Response
Body
Root Schema : MFT Artifacts result
Type:
objectTitle:
MFT Artifacts result- failureResults
- successResults
Nested Schema : /paths/~1artifacts/put/responses/200/schema/properties/failureResults
Type:
arrayNested Schema : /paths/~1artifacts/put/responses/200/schema/properties/successResults
Type:
arrayNested Schema : /paths/~1artifacts/put/responses/200/schema/properties/failureResults/items
Type:
object- artifactCategory
-
Type:
string - artifactName
-
Type:
string - errorMessage
-
Type:
string
Nested Schema : /paths/~1artifacts/put/responses/200/schema/properties/successResults/items
Type:
object- artifactCategory
-
Type:
string - artifactName
-
Type:
string - errorMessage
-
Type:
string - id
-
Type:
string
500 Response
Body
Root Schema : /paths/~1artifacts/put/responses/500/schema
Type:
object- errorCode
-
Type:
string - errorKey
-
Type:
string - errorMessage
-
Type:
string
Example application/json
{
"errorCode":"MFT-7439",
"errorKey":"MFT_UTILITY_COULD_NOT_QUERY_MDS_ARTIFACT_ID_BY_NAME",
"errorMessage":"Unable to find artifact by artifact name src1"
}