diff --git a/libs/wire-api/src/Wire/API/Routes/Internal/Galley/TeamsIntra.hs b/libs/wire-api/src/Wire/API/Routes/Internal/Galley/TeamsIntra.hs index 90ca36342c1..749e5fe124c 100644 --- a/libs/wire-api/src/Wire/API/Routes/Internal/Galley/TeamsIntra.hs +++ b/libs/wire-api/src/Wire/API/Routes/Internal/Galley/TeamsIntra.hs @@ -52,7 +52,7 @@ data TeamStatus instance S.ToSchema TeamStatus where schema = - S.enum @Text "Access" $ + S.enum @Text "TeamStatus" $ mconcat [ S.element "active" Active, S.element "pending_delete" PendingDelete,