Objects
Create a new object
Create a new object. The caller must have CREATE access on the parent object (or on the entire network when creating a top-level node). The class field selects the object type and determines which additional fields are meaningful; fields not relevant to the selected class are ignored. After construction the same document is applied to the new object using merge-patch semantics (see PATCH /v1/objects/{object-id}), so common scalar properties such as comments and alias can be set in the same call. On success the full created object is returned and the Location header points to it.
post/v1/objects
Request body
Response
Object created. Response body is the full object representation.