You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Vishwanath (JIRA)" <ji...@apache.org> on 2016/05/04 10:53:12 UTC

[jira] [Created] (ATLAS-746) After updating a set of entities, response contains only the first entity definition

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)