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
POST http://<host>:<port>/v2/entities Fiware-Service: happy_path Fiware-ServicePath: /test {"id": "room2", "type": "house", "timestamp": true}
PATCH http://<host>:<port>/v2/entities/room2 Fiware-Service: happy_path Fiware-ServicePath: /test {"dfsddf": "rere"}
Status:472 Unknown Content-Length: 0
without error and description fields in body response
The text was updated successfully, but these errors were encountered:
Resolved issue #1278
d2b4a48
Fixed in PR #1309. @iariasleon pls have a look and close the issue if you find it solved.
Sorry, something went wrong.
LGTM
http code: 404 { "error":"NotFound", "description":"No context element found" }
iariasleon
No branches or pull requests
Entity is created
Try to update an unknown attribute with PATCH request
Response
without error and description fields in body response
The text was updated successfully, but these errors were encountered: