v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Places

Updates the place configuration for the place with the id placeId

Currently the only supported functionality for updating the configuration is around Name, and Description.

post/v1/places/{placeId}

Path parameters

placeIdinteger required

The place id for the place to be updated.

Request body

namestring

The name for the place.

descriptionstring

The new description for the place.

Response

OK

idinteger

Returns the place id.

universeIdinteger

Returns the id of the place's universe, or null - if the place is not part of a universe.

namestring

Returns the place name.

descriptionstring

Returns the place description.