Request body for partially updating the custom-properties bag on a template definition. Entries in Set are written (creating or overwriting). Entries in Remove are deleted. Properties not mentioned in either are left unchanged. The bag is application-defined; the API does not validate key semantics. Recommend namespaced keys (e.g. com.acme.workflow.stage, myapp.template.category) to avoid collisions.

Implements

Constructors

Properties

Methods

Constructors

Properties

remove?: string[]

Property keys to remove. Keys not currently set are ignored.

set?: { [key: string]: string }

Properties to set. Keys absent here are not modified.

Methods