docs: update with newly introduced event's params to /dev/api, fix typos in install/nominatim

This commit is contained in:
sedum
2023-05-21 21:55:46 +02:00
parent e711754e49
commit 777f5c6aca
2 changed files with 16 additions and 16 deletions

View File

@@ -52,6 +52,9 @@ POST
| description | `string` | event's description (html accepted and sanitized) |
| place_name | `string` | the name of the place |
| place_address | `string` | the address of the place |
| place_latitude | `float` | the latitude of the place |
| place_longitude | `float` | the longitude of the place |
| online_locations | `array` | List of online locations |
| start_datetime | `integer` | start timestamp |
| multidate | `integer` | is a multidate event? |
| tags | `array` | List of tags |