-
Notifications
You must be signed in to change notification settings - Fork 266
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
[BUG] in update request /v2/entities/<ID>/attrs/<ATTR_NAME> with two entities with the same id #1387
Comments
Fixed in PR #1757. @iariasleon please have a look to check it has been solved. |
Tested with: The same behavior, several entities with the same id (types different), we try to update an attribute data, and the response is without payload (body):
|
Ok, Devel will have a second look on this. |
if we try to update an id uknown, returns without payload too.
see #1360 |
So, after creating a functest for this, the only problem with this issue seems to be the 'missing' payload. Perhaps we solve this issue by solving issue #1360? (which would mean this issue can be closed.) The PR #1757 seems to have it working with |
LGTM
|
in update request
/v2/entities/<ID>/attrs/<ATTR_NAME>
with two entities with the same idEx:
create request Nº1
create request Nº2
Update by id and attr name
Response
And both entites are updated in mongo
Expected
The text was updated successfully, but these errors were encountered: