Skip to content

Commit 23c36c2

Browse files
committed
accept usecase ids as strings instead of uuids
1 parent 006c6ab commit 23c36c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/schema/collaborative_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def update_collaborative_datasets(
588588
attributes={"component": "collaborative", "operation": "mutation"},
589589
)
590590
def update_collaborative_use_cases(
591-
self, info: Info, collaborative_id: str, use_case_ids: List[uuid.UUID]
591+
self, info: Info, collaborative_id: str, use_case_ids: List[str]
592592
) -> TypeCollaborative:
593593
"""Update the use cases of a collaborative."""
594594
try:

0 commit comments

Comments
 (0)