"description":"Add new attributes to an existing Temporal Entity within an NGSI-LD system",
"operationId":"addTemporalEntityAttrs",
"tags":["Temporal Evolution"],
"parameters":[
{
"$ref":"#/components/parameters/entityId"
...
...
@@ -88,6 +89,7 @@
"delete":{
"description":"Attribute from Temporal Representation of Entity deletion",
"operationId":"removeEntityTemporalAttr",
"tags":["Temporal Evolution"],
"parameters":[
{
"$ref":"#/components/parameters/entityId"
...
...
@@ -127,6 +129,7 @@
"patch":{
"description":"Allows modifying a specific Attribute (Property or Relationship) instance, identified by its instanceId, of a Temporal Representation of an Entity.",
"operationId":"modifyEntityTemporalAttrInstance",
"tags":["Temporal Evolution"],
"parameters":[
{
"$ref":"#/components/parameters/entityId"
...
...
@@ -177,6 +180,7 @@
"delete":{
"description":"Attribute Instance deletion by instance id.",