Update documentation about the delete command
This commit is contained in:
parent
be2af64f60
commit
51ca6cf9c4
|
@ -232,6 +232,14 @@ The app exposes the following [gRPC](https://grpc.io/) services :
|
||||||
- waypoints: an array of addresses that represent the waypoints of the journey (only first and last waypoints are used for passenger ads). Note that positions are **required** and **must** be consecutives
|
- waypoints: an array of addresses that represent the waypoints of the journey (only first and last waypoints are used for passenger ads). Note that positions are **required** and **must** be consecutives
|
||||||
- comment: optional freetext comment / description about the ad
|
- comment: optional freetext comment / description about the ad
|
||||||
|
|
||||||
|
- **Delete** : Delete permanently an ad
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"id": "80126a61-d128-4f96-afdb-92e33c75a3e1"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Messages
|
## Messages
|
||||||
|
|
||||||
### Handled
|
### Handled
|
||||||
|
|
Loading…
Reference in New Issue