Skip to content

Commit 1ffa940

Browse files
committed
Remove explicit attrs from response.
1 parent 92a3476 commit 1ffa940

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.ja.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,8 +1408,7 @@ curl -X GET \
14081408
"value": "urn:ngsi-ld:Building:barn002"
14091409
}
14101410
],
1411-
"protocol": "PDI-IoTA-UltraLight",
1412-
"explicitAttrs": false
1411+
"protocol": "PDI-IoTA-UltraLight"
14131412
}
14141413
```
14151414

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,8 +1376,7 @@ The response includes all the commands and attributes mappings associated with t
13761376
"value": "urn:ngsi-ld:Building:barn002"
13771377
}
13781378
],
1379-
"protocol": "PDI-IoTA-UltraLight",
1380-
"explicitAttrs": false
1379+
"protocol": "PDI-IoTA-UltraLight"
13811380
}
13821381
```
13831382

0 commit comments

Comments
 (0)