/documents/mapSession/{sessionId}/insertAtSameLevel - Insert element at same level to map

Inserts a new element at the same level as a sibling element in a map.

Note:

This method is new in 6.7

End-point

POST /documents/mapSession/{sessionId}/insertAtSameLevel

Path parameters

Field Description

sessionId

The session ID of the map session where the new element will be created.

Request body

Field Type Description

data

InsertAtSameLevelParameterRequest

The parameters for inserting an element at the same level as the target element.

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

MapSessionResult[…]

All the information about the map session required to insert the element at the same level.