diff --git a/lib/galaxy/files/templates/models.py b/lib/galaxy/files/templates/models.py index d42a49883ea3..16ad413f3e6e 100644 --- a/lib/galaxy/files/templates/models.py +++ b/lib/galaxy/files/templates/models.py @@ -103,6 +103,7 @@ class AzureFileSourceConfiguration(StrictModel): namespace_type: str = "hierarchical" writable: bool = False + class WebdavFileSourceTemplateConfiguration(StrictModel): type: Literal["webdav"] url: Union[str, TemplateExpansion]