Patch

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"
                    }
                ]
            }
        ]
    }
}
string
releaseDate
Optional

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

Description of the patch bundle

string
productVersion
Required

Product version of the patch bundle

artifacts
Required

Patch rest model that is located in the Product Version Catalog, these models are consumed by LCM's Flex BOM workflows.