feat: support hidden parameters

This commit is contained in:
Yeuoly 2024-12-13 22:53:08 +08:00
parent 6339706c68
commit 6357450a7a
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

View File

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