ui

Set element property value

Sets the value of a named property on an element and returns the new value.

put/api/v1/ui/elements/{id}/properties/{name}

Path parameters

idElementId required— unresolved $ref

Globally unique element identifier.

namestring required

Property name.

Request body

{"stackTrail":"paths:/api/v1/ui/elements/{id}/properties/{name}:put:requestBody:content:application/json:schema:properties:value","oasType":"schema","type":"unknown","description":"The value to set."}
captureEpochCaptureEpoch — unresolved $ref
registryGenerationRegistryGeneration — unresolved $ref

Response

The new property value after setting.

{"stackTrail":"paths:/api/v1/ui/elements/{id}/properties/{name}:put:responses:200:content:application/json:schema:properties:value","oasType":"schema","type":"unknown"}

Changes