curl -u admin:admin -F'foo=bar' -F'f...@typehint=string[]' http://localhost:8888/some/path
worked. Thaks./ On Fri, Dec 10, 2010 at 11:34 AM, sam lee <[email protected]> wrote: > I tried: > > curl -u admin:admin -F'foo=bar' -F'foo=' http://localhost:8888/some/path > > but this creates property foo to be {bar,} (second element is empty). > > I also tried > > curl -u admin:admin -F'foo=bar' -F'foo=null' > http://localhost:8888/some/path > > but still it failed to create a multi-value property where only one value > is initialized. > > > >
