You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Jeffrey Hagelberg (JIRA)" <ji...@apache.org> on 2017/01/31 20:05:51 UTC

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

    [ https://issues.apache.org/jira/browse/ATLAS-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847418#comment-15847418 ] 

Jeffrey Hagelberg commented on ATLAS-746:
-----------------------------------------

In progress...

> 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 Savakar
>            Assignee: Jeffrey Hagelberg
>
> 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.15#6346)