From 080c651ae47f3e3fb5d7ef336457deac1d7f7f9f Mon Sep 17 00:00:00 2001 From: andrewxhill Date: Mon, 11 Apr 2016 16:15:46 -0400 Subject: [PATCH] moved to two examples --- doc/api_docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api_docs.md b/doc/api_docs.md index 9d66ea3..e8eab1e 100644 --- a/doc/api_docs.md +++ b/doc/api_docs.md @@ -33,6 +33,12 @@ __Get the Demographic Snapshot at Camp David__ https://example_account.cartodb.com/api/v2/sql?q=SELECT * FROM OBS_GetDemographicSnapshot(CDB_LatLng(39.648333, -77.465)) ``` +__Get the Demographic Snapshot at Morning Side Heights__ + +```text +https://example_account.cartodb.com/api/v2/sql?q=SELECT * FROM +OBS_GetDemographicSnapshot(CDB_LatLng(40.810201, -73.956601)) +``` ### API Response