From 14f58e12bbf47c79fc216804a4d9e19622cb8514 Mon Sep 17 00:00:00 2001 From: csobier Date: Mon, 22 Feb 2016 11:41:06 -0500 Subject: [PATCH] moved response info from template.json section to the related Response section, and left the name description as part of the template.json description --- docs/named_maps.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/named_maps.md b/docs/named_maps.md index ee5e73d3..8afbb35c 100644 --- a/docs/named_maps.md +++ b/docs/named_maps.md @@ -33,7 +33,7 @@ MapConfig | a [Named Map MapConfig](http://docs.cartodb.com/cartodb-platform/map #### template.json -The response back from the API provides the name of your MapConfig as a template, enabling you to create the Named Map details by inserting your variables into the template where placeholders are defined, and create custom queries using SQL. The `name` argument defines how to name this "template_name".json. Note that there are some requirements for how to name a Named Map template. See the [`name`](#arguments) argument description for details. +The `name` argument defines how to name this "template_name".json. Note that there are some requirements for how to name a Named Map template. See the [`name`](#arguments) argument description for details. ```javascript { @@ -157,6 +157,8 @@ curl -X POST \ #### Response +The response back from the API provides the name of your MapConfig as a template, enabling you to create the Named Map details by inserting your variables into the template where placeholders are defined, and create custom queries using SQL. + ```javascript { "template_id":"name",