Module backend::controller::map
source · Expand description
Map
endpoints.
Structs§
- Endpoint for creating a new
Map
. - Endpoint for soft-deleting a
Map
. - Endpoint for fetching or searching all
Map
. Search parameters are taken from the URLs query string (e.g. …/api/maps?is_inactive=false&per_page=5). If no page parameters are provided, the first page is returned. - Endpoint for fetching a
Map
. - Endpoint for updating a
Map
. - Endpoint for updating the ´Geometry
] of a [
Map`.