Commit b601559f by jpalanca

Update README.md

parent befb11da
...@@ -122,12 +122,12 @@ Subscribe quantity and size to quantumleap ...@@ -122,12 +122,12 @@ Subscribe quantity and size to quantumleap
Modify quantity Modify quantity
--------------- ---------------
curl -X PUT \ `curl -X PUT \
http://localhost:1026/v2/entities/urn:ngsi-ld:Product:001/attrs/quantity/value \ http://localhost:1026/v2/entities/urn:ngsi-ld:Product:001/attrs/quantity/value \
-H 'Content-Type: text/plain' \ -H 'Content-Type: text/plain' \
-H 'fiware-path: /' \ -H 'fiware-path: /' \
-H 'fiware-service: sensores' \ -H 'fiware-service: sensores' \
-d $1 -d $1`
Modify quantity and size Modify quantity and size
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment