Address Validation

Updates an address layout.

put/address/layouts/v2/{name}

Path parameters

namestring required

Layout name to be updated.

Headers

Reference-Idstring

Optional identifier that will be returned in the response to help you track the request.

Request body

Example request

{
  "layout": {
    "applies_to": [
      {
        "country_iso": "GBR",
        "datasets": [
          "au-address"
        ]
      }
    ]
  }
}

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.