Apoorv Naik created ATLAS-1144:
----------------------------------
Summary: After updating/creating a set of entities, response
contains the first entity definition only
Key: ATLAS-1144
URL: https://issues.apache.org/jira/browse/ATLAS-1144
Project: Atlas
Issue Type: Bug
Reporter: Apoorv Naik
Version: Atlas 0.7
Steps to recreate:
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\"*,....}
}
{color:red}Issue: definition does not contain the data for second entity.{color}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)