@@ -486,11 +486,7 @@ The request will fail if any of the attributes already exist in the context. The
486486been successful and the reason for failure (if any has occurred).
487487
488488``` json
489- [
490- " urn:ngsi-ld:TemperatureSensor:002" ,
491- " urn:ngsi-ld:TemperatureSensor:003" ,
492- " urn:ngsi-ld:TemperatureSensor:004"
493- ]
489+ [" urn:ngsi-ld:TemperatureSensor:002" , " urn:ngsi-ld:TemperatureSensor:003" , " urn:ngsi-ld:TemperatureSensor:004" ]
494490```
495491
496492### Batch Create/Overwrite New Data Entities
@@ -642,9 +638,9 @@ The sensor `urn:ngsi-ld:TemperatureSensor:001` is reading at 25°C. The response
642638}
643639```
644640
645- Because ` format=concise ` was used this is response includes the metadata such as ` unitCode ` but not
646- ` "type": "Property" ` Context data can be retrieved by making a GET request to the ` /ngsi-ld/v1/entities/<entity-id> `
647- endpoint and selecting the ` attrs ` using a comma separated list.
641+ Because ` format=concise ` was used this is response includes the metadata such as ` unitCode ` but not ` "type": "Property" `
642+ Context data can be retrieved by making a GET request to the ` /ngsi-ld/v1/entities/<entity-id> ` endpoint and selecting
643+ the ` attrs ` using a comma separated list.
648644
649645### Read a Data Entity (concise)
650646
@@ -954,7 +950,7 @@ The response details the selected attributes from the selected entities is retur
954950 "vocab" : " femaleAdult"
955951 },
956952 "reproductiveCondition" : {
957- "vocab" : " active"
953+ "vocab" : " active"
958954 },
959955 "name" : " Carnation" ,
960956 "legalID" : " M-sow010-Carnation" ,
@@ -1332,4 +1328,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io)
13321328
13331329## License
13341330
1335- [ MIT] ( LICENSE ) © 2022-2025 FIWARE Foundation e.V.
1331+ [ MIT] ( LICENSE ) © 2022-2026 FIWARE Foundation e.V.
0 commit comments