Update a geo enrichment config

Update a geo enrichment config by id

Log in to see full request history
Path Params
string
required

geo enrichment config id

Body Params

A valid json request body example

{
  "enablePostalAddressNormalisation": "true",
    "enableGeoEnrichment": "true",
    "enableWhatThreeWords": "true",
    "addressGeoPredicates": [
        ["https://schema.org/address", "https://schema.org/geo"]
    ]
} 
boolean

activate the normalisation and enrichment of postal addresses

boolean

activate the enrichment of missing information (e.g. geocoordinates based on postal address, or vice versa)

boolean

activate the What-Three-Words enrichment based on geocoordinates

addressGeoPredicates
array of arrays of strings
addressGeoPredicates
boolean

if true this config will be also used as part of the Import pipeline for any creation or update

Headers
string
required

the publisher of the graph

string
required

the datasource of the graph

string
required

the api key for authentication and authorization

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json