/documents/mapSession/{sessionId}/moveAtSameLevel - Move map element to same level
Moves an element within a map to be the sibling of another element.
Note:
This method is new in 6.7
End-point
| POST | documents/mapSession/{sessionId}/moveAtSameLevel |
Path parameters
| Field | Description |
|---|---|
|
|
The session ID of the map that the element is in. |
Request body
| Field | Type | Description |
|---|---|---|
|
The parameters for moving an element to 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 |
|---|---|---|
|
|
All the information about the map session required to move the element. |