/documents/mapSession/{sessionId}/moveAsFirstChild - Move map element as first child
Moves an element within a map to be the first child of another element.
Note:
This method is new in 6.7
End-point
| POST | documents/mapSession/{sessionId}/moveAsFirstChild |
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 be first child of 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. |