Changes between Version 8 and Version 9 of RestApi


Ignore:
Timestamp:
03.09.2011 19:27:01 (13 years ago)
Author:
jri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RestApi

    v8 v9  
    9595|| `uri` || Optional. Default URI is an empty string.  || 
    9696|| `type_uri` || Mandatory. || 
    97 || `value` || For a simple topic: Optional. Default value is an empty string. You can change the value later on though an update operation.\\\\For a complex topic: Do //not// specify a value. The value will be system-generated. || 
    98 || `composite` || For a complex topic: Optional. Default composite is an empty object. You can change the composite later on though an update operation.\\\\For a simple topic: Do //not// specify a composite. || 
     97|| `value` || For a simple topic: Optional. Default value is an empty string. You can change the value later on through an update operation.\\\\For a complex topic: Do //not// specify a value. The value will be system-generated. || 
     98|| `composite` || For a complex topic: Optional. Default composite is an empty object. You can change the composite later on through an update operation.\\\\For a simple topic: Do //not// specify a composite. || 
    9999 
    100100==== Example 1: Creating a simple topic ====