mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
* api endpoint * embeddings rename function * frontend and i18n keys * lazy load train tab images * only log exception to make codeql happy
6 lines
84 B
Python
6 lines
84 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class RenameFaceBody(BaseModel):
|
|
new_name: str
|