feat: support hidden parameters
This commit is contained in:
parent
6339706c68
commit
6357450a7a
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user