Jeffrey  created USERGRID-958:
---------------------------------

             Summary: V2 API: Append to root-level array
                 Key: USERGRID-958
                 URL: https://issues.apache.org/jira/browse/USERGRID-958
             Project: Usergrid
          Issue Type: Story
            Reporter: Jeffrey 


Take this document:
{
"colors": ["red", "blue"]
}
and I want to add "green" into the array.  With V1 API we must do a PUT with 
"colors": ["red", "blue", "green"] which means we must have retrieved it 
already.  It would be nice to use PATCH to append an element to an array.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to