/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
Name
Type
Description
token
string
A signed token is required to access private endpoints.
Request Body
Name
Type
Description
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.
Last updated