File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1027,7 +1027,7 @@ IoT Agent のノース・ポートを出入りするすべての通信は、標
1027
1027
1028
1028
``` console
1029
1029
curl -iX PATCH \
1030
- 'http://localhost:1026/v2/entities/urn:ngsi-ld:Bell:001/attrs' \
1030
+ 'http://localhost:1026/v2/entities/urn:ngsi-ld:Bell:001/attrs?type=Bell ' \
1031
1031
-H 'Content-Type: application/json' \
1032
1032
-H 'fiware-service: openiot' \
1033
1033
-H 'fiware-servicepath: /' \
@@ -1054,7 +1054,7 @@ curl -iX PATCH \
1054
1054
1055
1055
``` console
1056
1056
curl -iX PATCH \
1057
- 'http://localhost:1026/v2/entities/urn:ngsi-ld:Door:001/attrs' \
1057
+ 'http://localhost:1026/v2/entities/urn:ngsi-ld:Door:001/attrs?type=Door ' \
1058
1058
-H 'Content-Type: application/json' \
1059
1059
-H 'fiware-service: openiot' \
1060
1060
-H 'fiware-servicepath: /' \
@@ -1076,7 +1076,7 @@ curl -iX PATCH \
1076
1076
1077
1077
``` console
1078
1078
curl -iX PATCH \
1079
- 'http://localhost:1026/v2/entities/urn:ngsi-ld:Lamp:001/attrs' \
1079
+ 'http://localhost:1026/v2/entities/urn:ngsi-ld:Lamp:001/attrs?type=Lamp ' \
1080
1080
-H 'Content-Type: application/json' \
1081
1081
-H 'fiware-service: openiot' \
1082
1082
-H 'fiware-servicepath: /' \
You can’t perform that action at this time.
0 commit comments