Expand description
Map
endpoints.
Structs§
- create
- Endpoint for creating a new
Map
. - delete_
by_ id - Endpoint for soft-deleting a
Map
. - find
- 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. - find_
by_ id - Endpoint for fetching a
Map
. - update
- Endpoint for updating a
Map
. - update_
geometry - Endpoint for updating the ´Geometry
] of a [
Map`.