diff --git a/backend/src/server/routes/v1/identity-tls-cert-auth-router.ts b/backend/src/server/routes/v1/identity-tls-cert-auth-router.ts index 2ae64cfe6..253bbd04d 100644 --- a/backend/src/server/routes/v1/identity-tls-cert-auth-router.ts +++ b/backend/src/server/routes/v1/identity-tls-cert-auth-router.ts @@ -221,7 +221,7 @@ export const registerIdentityTlsCertAuthRouter = async (server: FastifyZodProvid .max(10240) .refine(validateCaCertificate, "Invalid CA Certificate.") .optional() - .describe(TLS_CERT_AUTH.ATTACH.caCertificate), + .describe(TLS_CERT_AUTH.UPDATE.caCertificate), allowedCommonNames: validateCommonNames .optional() .nullable()