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.
/invitations:extract
1 parent a703f56 commit 532c977Copy full SHA for 532c977
services/web/server/src/simcore_service_webserver/invitations/_client.py
@@ -84,7 +84,7 @@ async def extract_invitation(
84
) -> ApiInvitationContent:
85
response = await self.client.post(
86
url=self._url_vtag("/invitations:extract"),
87
- json={"invitation_url": invitation_url},
+ json={"invitation_url": f"{invitation_url}"},
88
)
89
return ApiInvitationContent.model_validate(await response.json())
90
0 commit comments