Skip to content

Commit 7f8900d

Browse files
committed
remove forbid
1 parent 3bb98a6 commit 7f8900d

File tree

1 file changed

+1
-1
lines changed
  • services/storage/src/simcore_service_storage

1 file changed

+1
-1
lines changed

services/storage/src/simcore_service_storage/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class UploadLinks:
159159

160160
class StorageQueryParamsBase(BaseModel):
161161
user_id: UserID
162-
model_config = ConfigDict(populate_by_name=True, extra="forbid")
162+
model_config = ConfigDict(populate_by_name=True)
163163

164164

165165
class FilesMetadataDatasetQueryParams(StorageQueryParamsBase):

0 commit comments

Comments
 (0)