Merge "Fix a tiny mistake in api doc"

This commit is contained in:
Jenkins 2013-09-18 05:17:45 +00:00 committed by Gerrit Code Review
commit 5bf2072ac7

View File

@ -99,7 +99,7 @@ A query to return the list of resources::
curl -H 'X-Auth-Token: <inserttokenhere>' \
"http://localhost:8777/v2/resources"
A query to return the list of meters, limited to a specific meter type::
A query to return the list of samples, limited to a specific meter type::
curl -H 'X-Auth-Token: <inserttokenhere>' \
"http://localhost:8777/v2/meters/disk.root.size"