blakeblackshear.frigate/frigate/api/defs/request/export_rename_body.py

6 lines
136 B
Python
Raw Normal View History

from pydantic import BaseModel, Field
class ExportRenameBody(BaseModel):
name: str = Field(title="Friendly name", max_length=256)