We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the attribute update request - PUT/v2/entities//attrs/<attr_name> . Some errors do not show the error field and the description field.
PUT http://<host>:<port>/v2/entities/xcvxcvxc/attrs/timestamp Fiware-Service: happy_path Fiware-ServicePath: /test Content-Type: application/json {"value": 23}
404 Not Found Content-Length: 0
Status: 404 Not Found { "error": "NoFound", "description": "No context element found" }
POST http://<host>:<port>/v2/entities Fiware-Service: happy_path Fiware-ServicePath: /test Content-Type: application/json {"id": "room_2", "temperature","value": 47}
PUT http://<host>:<port>/v2/entities/room_2/attrs/dfgdfgdf Fiware-Service: happy_path Fiware-ServicePath: /test Content-Type: application/json {"value": 23}
472 Unknown Content-Length: 0
The text was updated successfully, but these errors were encountered:
According to PR #2298 (which contains a .test) this issues seems to be fixed. Please @iariasleon have a look and close in that case.
Sorry, something went wrong.
LGTM
http code: 404 - Not Found headers: date: Fri, 17 Jun 2016 11:42:41 GMT fiware-correlator: 993c3012-3480-11e6-a18c-005056a20feb connection: Keep-Alive content-type: application/json content-length: 61 payload: {"error":"NotFound","description":"No context element found"}
iariasleon
No branches or pull requests
With the attribute update request - PUT/v2/entities//attrs/<attr_name> . Some errors do not show the error field and the description field.
If entity does not exists
Request:
Response:
Expected:
If entity exists but attribute does not exists
Create Request:
Update Request:
Response:
Expected:
The text was updated successfully, but these errors were encountered: