Hierarchy

  • UpdateConfigurationRequest

Properties

keyPath?: string[]

(Optional) The key path to the container node (the object) to update. Specify a list where each entry is the key for a single level in the configuration object. Defaults to the root of the configuration object.

timestamp: Date

The current Unix epoch time in milliseconds. This operation uses this timestamp to resolve concurrent updates to the key. If the key in the component configuration has a greater timestamp than the timestamp in the request, then the request fails.

valueToMerge: any

The configuration object to merge at the location that you specify in keyPath.

Generated using TypeDoc