Skip to content

FIWARE/tutorials.Merge-Patch-Put

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIWARE Banner

FIWARE Core Context Management License: MIT Support badge JSON LD

This tutorial introduces the NGSI-LD Merge Patch endpoint. It explains the difference between Merge Patch (/entities/<id>) and Partial Update Patch (/entities/<id>/attrs) and demonstrates the use of this functionality.

The tutorial uses cUrl commands throughout, but is also available as Postman documentation

Start-Up

NGSI-LD Smart Farm

NGSI-LD offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with NGSI-LD, use the NGSI-LD branch.

git clone https://github.com/FIWARE/tutorials.Merge-Patch-Put.git
cd tutorials.Merge-Patch-Put
git checkout NGSI-LD

./services create
./services start
NGSI LD 📚 Documentation Postman Collection

License

MIT © 2022-2023 FIWARE Foundation e.V.