Method:
mm.maps.setMetaData
Sets the meta data of a map
Authentication
| Requires signing: | Yes |
| Requires authentication: | Yes |
| Requires access: | write |
Parameters
-
map_id(required) -
default_map(optional) -
description(optional) -
tags(optional) -
title(optional)
Sample Response
<rsp stat="ok"> <map id="2710" title="OTHER" owner="3" description="My description" created="2007-06-20 08:30:44" modified="2007-06-20 08:30:46" sharedwith="1" tags="sun moon stars" public="0" viewonly="0" default="0"/> </rsp>
Error Codes
-
20Object not found - Object not found
-
96Invalid signature - The passed signature was invalid.
-
97Missing signature - The call required signing but no signature was sent.
-
98Login failed - The login details or auth token passed were invalid.
-
100Invalid API Key - The API key passed was not valid or has expired.
-
112Method not found - The requested method was not found.
Test Method
No API key found.
If you already have an API key you might just have to Sign In.