Merge "Fix URL for API example"

This commit is contained in:
Jenkins 2014-03-04 08:48:04 +00:00 committed by Gerrit Code Review
commit ebdeedd13c

View File

@ -22,13 +22,13 @@ Example:
.. sourcecode:: http
GET /v1.0/data/companies
GET /api/1.0/stats/companies
or
.. sourcecode:: http
GET /v1.0/data/companies?callback=myCallback
GET /api/1.0/stats/companies?callback=myCallback
Accept: application/javascript
1.3 Faults