Create a plan group
Creating a group of plans
Creating a group.
JSON
{
"name": "MAP GROUP",
"parent_id": 1,
"items": [
1
]
}
POST /api/v1/maps/group |
Parameters
string
name, Group name
integer
parent_id, id of the parent group
array
items, Array of map ids to be added to the group
200 |
Successful response
JSON
|
401 |
Authorization token not sent or not valid |
422 |
Returns a JSON object with an error.
JSON
|