Vishwanath created ATLAS-746:
--------------------------------
Summary: After updating a set of entities, response contains only
the first entity definition
Key: ATLAS-746
URL: https://issues.apache.org/jira/browse/ATLAS-746
Project: Atlas
Issue Type: Bug
Affects Versions: 0.7-incubating
Reporter: Vishwanath
Create two entities (POST /entities) and note guid1 and guid2 that get
generated.
Update these entities in the same PUT /entities and response contains
(truncated for convenience):
{
"requestId": "...",
"GUID": [
"guid1",
"guid2"
],
"definition": "
{......*\"id\":\"guid1\"*,....}
}
Issue: definition does not contain the data for second entity.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)