Update teams.php

This commit is contained in:
Bradley Schofield
2023-07-26 09:37:26 +01:00
parent 8fdcf5716a
commit 41d3ab1723
+1 -1
View File
@@ -406,7 +406,7 @@ App::post('/v1/teams/:teamId/memberships')
}
if (!$isPrivilegedUser && !$isAppUser && empty($url)) {
throw new Exception(Exception::GENERAL_ACCESS_FORBIDDEN, 'Param 'url' is required for non-privileged users');
throw new Exception(Exception::GENERAL_ACCESS_FORBIDDEN, 'Param \'url\' is required for non-privileged users');
}
$email = \strtolower($email);