mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
feat: support hidden parameters
This commit is contained in:
@@ -15,6 +15,7 @@ class EndpointDeclaration(BaseModel):
|
||||
|
||||
path: str
|
||||
method: str
|
||||
hidden: bool = Field(default=False)
|
||||
|
||||
|
||||
class EndpointProviderDeclaration(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user