From e707f2a23e1ab3d360d21c39273fefce90dbac37 Mon Sep 17 00:00:00 2001 From: Fab Date: Tue, 28 Jul 2026 13:35:02 +0200 Subject: [PATCH] =?UTF-8?q?met=20le=20type=20de=20l'=C3=A9quipe=20=C3=A0?= =?UTF-8?q?=20"O",=20permet=20les=20liens=20d'invitation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/createUser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createUser.sh b/bin/createUser.sh index 62325c6..d5112f8 100755 --- a/bin/createUser.sh +++ b/bin/createUser.sh @@ -675,7 +675,7 @@ EOF resp=\$(curl -s -X POST "https://${URL_AGORA}/api/v4/teams" \ -H "Authorization: Bearer ${mattermost_token}" \ -H "Content-Type: application/json" \ - -d '{ "name":"${EQUIPE_AGORA}", "display_name":"${EQUIPE_AGORA}", "type":"I"}') + -d '{ "name":"${EQUIPE_AGORA}", "display_name":"${EQUIPE_AGORA}", "type":"O"}') TEAM_ID=\$(echo "\$resp" | jq -r '.id')