diff --git a/README.md b/README.md index 298d2ea..440fb8c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,23 @@ The app exposes the following [gRPC](https://grpc.io/) services : "lat": 46.143376 } ``` +- **FindForPoints** : find all territories that include a list of given points (represented by their longitude and latitude) + + ```json + { + "points": [ + { + "lon": 5.493345, + "lat": 46.143376 + }, + { + "lon": 6.493345, + "lat": 47.143376 + } + ] + + } + ``` - **FindByUuid** : find a territory by its uuid