Maps

Create a map project

Creates a new map project.

This endpoint returns both a map id id and project id project_id. Projects can contain multiple map versions ("maps"), unattached layer data, and details a history of changes to the project. Each edit will create a new map version.

Accepts both title and description in the request body.

post/api/maps/create

Query parameters

{"stackTrail":"paths:/api/maps/create:post:parameters:0:schema","oasType":"schema","type":"unknown","title":"Request"}

Request body

titlestring

Display name for the new map

descriptionstring

Optional description of the map's purpose or contents

Response

Successful Response

idstring required

Unique identifier for the map

project_idstring required

ID of the project containing this map. Projects can contain multiple related maps.

titlestring required

Display name of the map

descriptionstring required

Optional description of the map's purpose or contents

created_onstring required

ISO timestamp when the map was created

last_editedstring required

ISO timestamp when the map was last modified

Changes