> I issue the following command:
>
> curl -d
> '{"keys":[["leaflet","d947fce9711cb624e2df06e081004b1f"],["leaflet","d947fce9711cb624e2df06e081002c2b"]]}'
> -X POST
> http://192.168.87.1:5984/mydb/_design/mydb/_view/getAttachmentSize?group=true&group_level=1

Make sure to wrap the URL in single quotes any time it contains query
params, the question mark and ampersand characters have special
meaning to most shells.

Reply via email to