Skip to content

Commit

Permalink
Remove explicit attrs from response.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 27, 2024
1 parent 92a3476 commit 1ffa940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -1408,8 +1408,7 @@ curl -X GET \
"value": "urn:ngsi-ld:Building:barn002"
}
],
"protocol": "PDI-IoTA-UltraLight",
"explicitAttrs": false
"protocol": "PDI-IoTA-UltraLight"
}
```

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1376,8 +1376,7 @@ The response includes all the commands and attributes mappings associated with t
"value": "urn:ngsi-ld:Building:barn002"
}
],
"protocol": "PDI-IoTA-UltraLight",
"explicitAttrs": false
"protocol": "PDI-IoTA-UltraLight"
}
```

Expand Down

0 comments on commit 1ffa940

Please sign in to comment.