Update Product Version Catalog Patches
Internal API to update product version catalog patches.
{
"productVersionCatalogFilePath": "string",
"signatureFilePath": "string"
}
Product version catalog file absolute path on file system
Product version catalog signature file absolute path on file system
OK
"ProductVersionCatalogUploadTask Object"
ID of the product version catalog upload task
Description of the product version catalog upload operation
State of the product version catalog upload after it has completed its execution
Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs
Product version catalog update operation has been accepted
"ProductVersionCatalogUploadTask Object"
ID of the product version catalog upload task
Description of the product version catalog upload operation
State of the product version catalog upload after it has completed its execution
Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs
No content if the patch operation did not result in any updates
"ProductVersionCatalogUploadTask Object"
ID of the product version catalog upload task
Description of the product version catalog upload operation
State of the product version catalog upload after it has completed its execution
Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"productVersionCatalogFilePath:"string","signatureFilePath:"string"}'