Create a user GeoJSON collection
POST/maus/user-geojson
Creates a new GeoJSON feature collection owned by the caller. The collection is private (shareType: 'none') by default. Use the /maus/user-geojson/{geojsonId}/sharing endpoint to share it with others.
Required body fields: name, featureCollection (a valid GeoJSON FeatureCollection object).
Optional body fields: description, style (arbitrary JSON object for map rendering hints).
Request
Responses
- 201
- 400
- 401
- 403
Collection created successfully.
Bad request – missing required fields or invalid FeatureCollection structure.
Unauthorized – missing or invalid JWT, or caller identity cannot be resolved.
Forbidden – token lacks required role or customer scope.