admin

Create Boundary

Create a single neighborhood boundary.

Multiple rows may share a lookup_key — that's how multi-polygon neighborhoods are represented (one row per polygon). No duplicate check.

post/admin/boundaries

Request body

countrystring required
statestring nullable
citystring required
neighborhoodstring required
boundary_geojsonobject required
sourcestring nullable

Response

Successful Response

idinteger required
countrystring required
statestring nullable required
citystring required
neighborhoodstring required
lookup_keystring required
sourcestring nullable required
verified_atstring date-time nullable required
created_atstring date-time required
updated_atstring date-time required
boundary_geojsonobject required
boundary_encodedstring required

Changes

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