From 67e921017c58a3c86d2851cfda6b411e51631e1f Mon Sep 17 00:00:00 2001 From: csobier Date: Wed, 6 Jan 2016 08:44:53 -0500 Subject: [PATCH] added limit amount regarding named maps --- docs/Map-API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Map-API.md b/docs/Map-API.md index 75f20301..2bb335e9 100644 --- a/docs/Map-API.md +++ b/docs/Map-API.md @@ -352,6 +352,8 @@ The main two differences compared to anonymous maps are: Template maps are persistent with no preset expiration. They can only be created or deleted by a CartoDB user with a valid API_KEY (see auth section). +**Note:** There is a limit of 4,096 named maps allowed per account. If you need to create more Named Maps, it is recommended to use templates. + ### Create #### Definition