Fix typo universal auth

This commit is contained in:
Tuan Dang
2024-05-06 22:58:35 -07:00
parent 0b089e6fa6
commit 5d7c0f30c8

View File

@@ -20,7 +20,7 @@ export const registerIdentityAwsIamAuthRouter = async (server: FastifyZodProvide
rateLimit: writeLimit
},
schema: {
description: "Login with Universal Auth",
description: "Login with AWS IAM Auth",
body: z.object({
identityId: z.string().describe(AWS_IAM_AUTH.LOGIN.identityId),
iamHttpRequestMethod: z.string().default("POST").describe(AWS_IAM_AUTH.LOGIN.iamHttpRequestMethod),