/documents/mapSession/{sessionId}/updateTitle - Update the title of a map

Changes the map title in Structure view when a map session is open.

Note:

This method is new in 6.7

End-point

POST documents/mapSession/{sessionId}/updateTitle

Path parameters

Field Description

sessionId

The sessionId of the map with the title that will be updated

Query string parameters

Field Description

elementId

The ID for the title or booktitle element of the map. In a map session, each node/ XML element has an ID, and the ID comes from the mapModel.

Request body

Field Type Description

data

ChangeTitleRequest

The new title and other information required to update the map.

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 change the title.