We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb98a6 commit 7f8900dCopy full SHA for 7f8900d
services/storage/src/simcore_service_storage/models.py
@@ -159,7 +159,7 @@ class UploadLinks:
159
160
class StorageQueryParamsBase(BaseModel):
161
user_id: UserID
162
- model_config = ConfigDict(populate_by_name=True, extra="forbid")
+ model_config = ConfigDict(populate_by_name=True)
163
164
165
class FilesMetadataDatasetQueryParams(StorageQueryParamsBase):
0 commit comments