=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-21 17:23:29 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-22 09:17:15 +0000 @@ -737,7 +737,7 @@ cp No (must combine with cc) - Attribute option identifiers, can be repeated multiple times + Attribute option identifiers, separated with ; for multiple values value @@ -767,7 +767,7 @@ option combination. This can be done by sending the identifier of the attribute combination, together with the identifier(s) of the attribute option(s) which the value represents within the combination. An example looks like this: - curl "http://apps.dhis2.org/demo/api/dataValues?de=s46m5MS0hxu&ou=DiszpKrYNg8&pe=201308&cc=dzjKKQq0cSO&cp=wbrDrL2aYEc&cp=btOyqprQ9e8&value=26" -X POST -u admin:district -v + curl "http://apps.dhis2.org/demo/api/dataValues?de=s46m5MS0hxu&ou=DiszpKrYNg8&pe=201308&cc=dzjKKQq0cSO&cp=wbrDrL2aYEc;btOyqprQ9e8&value=26" -X POST -u admin:district -v
Reading data values