We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a128f4 + 85cade0 commit 6f46a8aCopy full SHA for 6f46a8a
1 file changed
api/schema/usecase_schema.py
@@ -64,7 +64,7 @@ class UpdateUseCaseMetadataInput:
64
metadata: List[UCMetadataItemType]
65
tags: Optional[List[str]]
66
sectors: List[uuid.UUID]
67
- sdgs: Optional[List[uuid.UUID]]
+ sdgs: Optional[List[uuid.UUID]] = None
68
geographies: Optional[List[int]] = None
69
70
0 commit comments