feat: support hidden parameters

This commit is contained in:
Yeuoly
2024-12-13 22:53:08 +08:00
parent 6339706c68
commit 6357450a7a

View File

@@ -15,6 +15,7 @@ class EndpointDeclaration(BaseModel):
path: str
method: str
hidden: bool = Field(default=False)
class EndpointProviderDeclaration(BaseModel):