@@ -260,7 +260,8 @@ IoT デバイスをプロビジョニングします。
260260#### 1️⃣ リクエスト:
261261
262262```console
263- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
263+ curl -L -X POST \
264+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
264265-H 'Content-Type: application/ld+json' \
265266-H 'NGSILD-Tenant: openiot' \
266267--data-raw '{
@@ -356,7 +357,8 @@ function broadcastEvents(req, item, types) {
356357NGSI-LD 正規化フォーマット (normalized format) を使用してサブスクライバーに通知するように変更されました。
357358
358359``` console
359- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
360+ curl -L -X POST \
361+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
360362-H 'Content-Type: application/ld+json' \
361363-H 'NGSILD-Tenant: openiot' \
362364--data-raw '{
@@ -419,7 +421,8 @@ Broker は、レガシー・システムに下位互換性のある **NGSI-v2**
419421正規化フォーマットを使用してサブスクライバーに通知するように変更されました。
420422
421423``` console
422- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
424+ curl -L -X POST \
425+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
423426-H 'Content-Type: application/ld+json' \
424427-H 'NGSILD-Tenant: openiot' \
425428--data-raw '{
@@ -506,7 +509,8 @@ curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
506509#### 4️⃣ リクエスト:
507510
508511``` console
509- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
512+ curl -L -X POST \
513+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
510514-H 'Content-Type: application/ld+json' \
511515-H 'NGSILD-Tenant: openiot' \
512516--data-raw '{
@@ -581,7 +585,8 @@ HTTP 動詞にマップされます。
581585#### 4️⃣ リクエスト:
582586
583587``` console
584- curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
588+ curl -L -X POST \
589+ 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
585590-H 'Content-Type: application/ld+json' \
586591--data-raw '{
587592 "description": "Notify me of all product price changes",
0 commit comments