-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should update response of POST /ngsi-ld/v1/entityOperations/create #16
Comments
Using {
"@context": "http://context-provider:3000/data-models/ngsi-context.jsonld",
"success": [
"urn:ngsi-ld:TemperatureSensor:002",
"urn:ngsi-ld:TemperatureSensor:003",
"urn:ngsi-ld:TemperatureSensor:004"
],
"errors": []
} Can you confirm that FIWARE/context.Orion-LD#776 has fixed the issue and that this issue can be closed? |
The
|
Let's do nothing and leave this issue open for now. Better to leave the text alone and incorrect for now and not to pin to an interim build version. I will close this issue once we get a formal 0.7.1 or 0.8.0 release (it should be in the next three weeks or so.) |
I understand. |
@jason-fox The response of POST
/ngsi-ld/v1/entityOperations/create
has been changed between Orion-LD0.7-PRE-105
and0.7-PRE-107
.When updating the version of Orion-LD to 0.7-PRE-107 or later, the response of 5th request in this tutorial must be also updated.
https://github.com/FIWARE/tutorials.CRUD-Operations/tree/NGSI-LD#five-request
Please see FIWARE/context.Orion-LD#776.
The text was updated successfully, but these errors were encountered: