fix renaming exports with a slash (#16588)

This commit is contained in:
Josh Hawkins
2025-02-14 19:18:14 -07:00
committed by GitHub
parent 7b3556e4ad
commit 6bb1a5dfd2
3 changed files with 13 additions and 5 deletions
@@ -0,0 +1,5 @@
from pydantic import BaseModel, Field
class ExportRenameBody(BaseModel):
name: str = Field(title="Friendly name", max_length=256)