feat: strengthen backup and mobile workflows
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class RestoreRequest(BaseModel):
|
||||
preflight_token: str = Field(min_length=32, max_length=128)
|
||||
mode: str = Field(pattern="^(merge|replace)$")
|
||||
Reference in New Issue
Block a user