Increase maximum event sub_label length to 100 characters (#6350)

* Increase maximum sub label length to 100 characters and update corresponding fields in models and API

* black format...
This commit is contained in:
Sergey Krashevich
2023-05-05 01:59:44 +03:00
committed by GitHub
parent 2add675d42
commit 03b45c153b
4 changed files with 16 additions and 4 deletions

View File

@@ -213,7 +213,7 @@ Sets retain to false for the event id (event may be deleted quickly after removi
### `POST /api/events/<id>/sub_label`
Set a sub label for an event. For example to update `person` -> `person's name` if they were recognized with facial recognition.
Sub labels must be 20 characters or shorter.
Sub labels must be 100 characters or shorter.
```json
{