Function: PatchEventTreeLabel()
PatchEventTreeLabel(
id,data):Promise<NestedModelType>
Defined in: lib/api/NestedModelsAPI/EventTreesApiManager.ts:43
updates the label for the type of nested model
Parameters
id
string
the id of the nested model
data
LabelJSON
a labelJSON with a name and optional description
Returns
Promise<NestedModelType>
a promise with the new updated model, with its label
