mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-30 07:39:01 +03:00
fix renaming exports with a slash (#16588)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class ExportRenameBody(BaseModel):
|
||||
name: str = Field(title="Friendly name", max_length=256)
|
||||
Reference in New Issue
Block a user