Event update to event_list example

You can update events using OPR data structure only (and not call the Groovy script). To update events using OPR data structures, call update using the event_list sub-path. The payload is the same as, for example, the standard put.

The title and description can be set in a single call as follows. The order of the attributes is unimportant and attributes not specified do not affect the current values.

<event xmlns="http://www.hp.com/2009/software/opr/data_model">
   <title>This is a new title</title>
   <description>This is a new description</description>
</event>