Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleExamples

The following examples show usage scenarios for this service.

For all examples keep in mind: The name of the referred property, as well as the document it is part of, is specified in the URL.

Example Box
titleReplace a Property Value

The following sets the value and preserves the control values.

Code Block
{
  "value": "The value of the new property.",
  "position": "merge"
}

If you would use position 'replace' you would remove any controls set to the property. Replace replaces value and controls. The name is never removed by a blank property, so it can be omitted.

...