Patch
Patch
Patch rest model that is located in the Product Version Catalog, these models are consumed by LCM's Flex BOM workflows.
JSON Example
{
"releaseDate": "string",
"description": "string",
"productVersion": "string",
"artifacts": {
"bundles": [
{
"id": "string",
"type": "string",
"name": "string",
"binaries": [
{
"fileName": "string",
"size": 0,
"checksum": "string",
"metadata": [
{
"tag": "string",
"configuration": [
{
"key": "string",
"value": "string"
}
]
}
]
}
]
}
]
},
"metadata": [
{
"tag": "string",
"configuration": [
{
"key": "string",
"value": "string"
}
]
}
]
}
string
releaseDate
Read-Only
Time of publish of the patch in Product Version catalog e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
string
description
Required
Read-Only
Description of the patch bundle
string
productVersion
Required
Read-Only
Constraints:
minLength: 1
Product version of the patch bundle
artifacts
Required
Read-Only
Patch rest model that is located in the Product Version Catalog, these models are consumed by LCM's Flex BOM workflows.