diff --git a/doc/source/webapi/v2.rst b/doc/source/webapi/v2.rst index 345577479..6baa5e586 100644 --- a/doc/source/webapi/v2.rst +++ b/doc/source/webapi/v2.rst @@ -99,7 +99,7 @@ A query to return the list of resources:: curl -H 'X-Auth-Token: ' \ "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: ' \ "http://localhost:8777/v2/meters/disk.root.size"