/update

Update location properties.

POST geolytix.xyz/api/location/update

This endpoint allows to update the properties of locations stored in a PostGIS table.

Query Parameters

NameTypeDescription

token

string

A signed token is required to access private endpoints.

Request Body

NameTypeDescription

locale

string

The locale key of the location layer.

layer

string

The layer key of the location layer.

table

string

The table name of the location.

id

string

The id of the location.

infoj

object

An infoj field array with newValues.

'Location update successful'

Last updated