Merge branch 'sbriat-main-patch-19343' into 'main'

Update README.md

See merge request v3/services/territory!6
This commit is contained in:
Sylvain Briat 2023-02-09 14:47:58 +00:00
commit c9f791ae0d
1 changed files with 17 additions and 0 deletions

View File

@ -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