Merge branch 'sbriat-main-patch-19343' into 'main'
Update README.md See merge request v3/services/territory!6
This commit is contained in:
commit
c9f791ae0d
17
README.md
17
README.md
|
@ -56,6 +56,23 @@ The app exposes the following [gRPC](https://grpc.io/) services :
|
||||||
"lat": 46.143376
|
"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
|
- **FindByUuid** : find a territory by its uuid
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue